mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 09:35:49 +03:00
[GH-ISSUE #337] [FEATURE REQUEST] Option to run a scheduled task immediately #449
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#449
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?
Originally created by @kamatama41 on GitHub (Feb 3, 2025).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/337
When developing a scheduled task, we sometimes want to run the task immediately even if it's scheduled once a day.
So I think it's very useful if asynqmon has a feature to enqueue the task immediately.