Skip to content

Commit

Permalink
Merge pull request #24 from aloware/fix/missing-routes-for-partition-…
Browse files Browse the repository at this point in the history
…failed-jobs

Bugfix | Missing Routes for Partitions Failed Jobs
  • Loading branch information
hamed-aloware authored Jun 22, 2022
2 parents fe3b464 + 5e81165 commit 262bc1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
Route::post('/recover-lost-jobs', 'QueueController@recoverLostJobs')->name('fairqueue.lost-jobs.recover');
Route::post('/jobs/retry-failed-jobs', 'QueueController@retryFailedJobs')->name('fairqueue.jobs.retry');
Route::post('/jobs/purge-failed-jobs', 'QueueController@purgeFailedJobs')->name('fairqueue.jobs.purge');
Route::post('/queues/{queue}/partitions/{partition}/retry-failed-jobs', 'QueueController@retryPartitionFailedJobs')->name('fairqueue.partition-jobs.retry');

});

Expand Down

0 comments on commit 262bc1e

Please sign in to comment.