Closed StephenOTT closed 10 years ago
Just ran a little test and BGsave does not help.
So when a job is scheduled is seems to not appear to the status container.
This expected? The readme docs seem to say other wise. Indicating that a status of "waiting" should be returned.
When a job is scheduled the expected behavior is "waiting" status returned immediately. Not sure what may cause the problem in your code.
Thanks
a few seconds after scheduling a job i run:
status_container = SidekiqStatus::Container.load(jid)
But i get
SidekiqStatus::Container::StatusNotFound:
Once the job completes the exact same command works.
Thoughts?