mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[GH-ISSUE #425] Can asynq server add Handler dynamically after server.Run()? #1202
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#1202
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 @realmicro on GitHub (Mar 23, 2022).
Original GitHub issue: https://github.com/hibiken/asynq/issues/425
Can Asynq server add Handler dynamically after server.Run()?
@hibiken commented on GitHub (Mar 24, 2022):
@realmicro Thank you for creating an issue!
Could you describe your use case in more details?
@realmicro commented on GitHub (Mar 24, 2022):
I wanner to create a distributed delay job center by Asynq.
But I think the job Handler is configurable, maybe can use Golang's Plugin feature, for writing job handler dynamically.
Also just like Redis Pub/Sub is needed. @hibiken
@hibiken commented on GitHub (Mar 25, 2022):
I'm not 100% sure if I understand your request, but if you want Server to pull tasks off queues that were created dynamically, I'm planning on adding support for that (See #250).
@realmicro commented on GitHub (Mar 26, 2022):
@hibiken Yes, #250 is my request.
I am looking forward to the release V1.0.