mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[PR #202] [MERGED] Add Scheduler for periodic tasks #2685
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#2685
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hibiken/asynq/pull/202
Author: @hibiken
Created: 10/7/2020
Status: ✅ Merged
Merged: 10/13/2020
Merged by: @hibiken
Base:
master← Head:feature/periodic_scheduler📝 Commits (5)
1d026a6Add Scheduler5a1d037Update Option interface69bd462Add EnqueueErrorHandler option to SchedulerOptsed80d66Minor update to asynq cron commandbaef822Update docs for periodic tasks feature📊 Changes
22 files changed (+1089 additions, -191 deletions)
View changed files
📝
CHANGELOG.md(+10 -0)📝
README.md(+1 -0)📝
client.go(+63 -10)📝
client_test.go(+19 -17)📝
example_test.go(+20 -0)➕
forwarder.go(+75 -0)➕
forwarder_test.go(+137 -0)📝
go.mod(+1 -0)📝
go.sum(+2 -0)📝
internal/asynqtest/asynqtest.go(+18 -0)📝
internal/base/base.go(+55 -10)📝
internal/base/base_test.go(+35 -0)📝
internal/rdb/inspect.go(+59 -2)📝
internal/rdb/inspect_test.go(+97 -0)📝
internal/rdb/rdb.go(+62 -0)📝
scheduler.go(+208 -42)📝
scheduler_test.go(+84 -103)📝
server.go(+5 -5)📝
server_test.go(+2 -2)📝
signals_unix.go(+7 -0)...and 2 more files
📄 Description
Closes #183
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.