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
Shouldn't this be setting the score to be new_t rather than ARGV[1]? It seems like the current behavior would just immediately expire every task instead.
rpqueue/rpqueue/__init__.py
Line 918 in 7d099d1
Shouldn't this be setting the score to be
new_trather thanARGV[1]? It seems like the current behavior would just immediately expire every task instead.