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
@Madeorsk how do prefixes work exactly? I'm trying to do exactly what you attempted with prefixes but my jobs are not being run. What is the correct way to implement?
Expected Behavior
I tried to use a prefix. So I defined it while running my workers, and then I tried to use the same prefix when enqueuing.
Current Behavior
But it did not work, because the
$prefix
argument of this function is not the same thing.Possible Solution
Document Resque_Redis::prefix in this part https://github.com/resque/php-resque#custom-prefix
Suggestion
If these two prefixes are not the same thing, I suggest to rename one. In another library, what you call "prefix" is called "namespace".
The text was updated successfully, but these errors were encountered: