mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 15:35:55 +03:00
[GH-ISSUE #371] [QUESTION] How to fix duplicate scheduler task in 2 servers? #161
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#161
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 @anhnmt on GitHub (Dec 30, 2021).
Original GitHub issue: https://github.com/hibiken/asynq/issues/371
Originally assigned to: @hibiken on GitHub.
Sorry my english is not good,
I am having 1 task scheduled every 15 seconds, its task is to send a notification to the user.
when i deploy it on 2 different servers my users get the same 2 messages, i checked on asynq and see 2 scheduled tasks running side by side. Can you help me fix this?
@hibiken commented on GitHub (Dec 31, 2021):
@xdorro thank you for opening an issue!
Would you mind providing more details? Code snippets would be very helpful.
@hibiken commented on GitHub (Jan 3, 2022):
Any updates? I'm closing this for now, but feel free to re-open if you are still seeing the issue.
@jinsuojinsuo commented on GitHub (Sep 12, 2022):
Same problem