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
What I'm trying to implement: I want to dispatch job only if another job with the same tag isn't running already. Unfortunately, I haven't found such method in this framework, so I'm trying to implement it myself using Horizon's services. I would be glad if you point me how I am supposed to do it the right way.
A bug I found: I took job IDs from TagRepository and now I'm trying to check if this job is failed. I supposed that RedisJobRepository::findFailed() will return job only if it's failed and return null otherwise. However, right now it seems to just return job by ID regardless of its status.
The text was updated successfully, but these errors were encountered:
What I'm trying to implement: I want to dispatch job only if another job with the same tag isn't running already. Unfortunately, I haven't found such method in this framework, so I'm trying to implement it myself using Horizon's services. I would be glad if you point me how I am supposed to do it the right way.
A bug I found: I took job IDs from TagRepository and now I'm trying to check if this job is failed. I supposed that RedisJobRepository::findFailed() will return job only if it's failed and return null otherwise. However, right now it seems to just return job by ID regardless of its status.
The text was updated successfully, but these errors were encountered: