Allow to use outbox as a job scheduler #1869
jakubkosinski
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Enchance outbox table with
job_id
andvalid_at
timestamp so that we can use outbox as a scheduler and schedule future jobs outside Sidekiq. Sidekiq scheduled jobs are not easy to query on as they need to usescan
that is not optimal on large sets.Beta Was this translation helpful? Give feedback.
All reactions