You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried the gem and seems like the jobs are successfully enqueued, moved to the restriction_default queue and removed from the restriction_default when the restrictions expire.
BTW, the code inside the perform method of the job it's never executed. I've tried a simple puts hello and also to write inside the perform and undefined variable to try to force the job to fail. But seems like the code inside the perform it's never executed.
Any idea? I'm using Rails 4.2.7 and Resque 1.26
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I've tried the gem and seems like the jobs are successfully enqueued, moved to the
restriction_default
queue and removed from therestriction_default
when the restrictions expire.BTW, the code inside the
perform
method of the job it's never executed. I've tried a simpleputs hello
and also to write inside theperform
and undefined variable to try to force the job to fail. But seems like the code inside theperform
it's never executed.Any idea? I'm using Rails 4.2.7 and Resque 1.26
Thanks!
The text was updated successfully, but these errors were encountered: