ostark / craft-async-queue

Async Queue Handler for Craft 3 and 4
MIT License
93 stars 7 forks source link

When a job fails restarting the job in Queue Manager won't actually restart the job #47

Closed MalcolmJohnston closed 2 years ago

MalcolmJohnston commented 2 years ago

I understand that the reason for this is that restarting the job in the Queue Manager is not making a new submission, as such the craft/queue run isn't executed until another job is submitted.

I don't expect there is a workaround for this, but wondered if it might be worth adding a button "Run queue" to the plugin?

Would just help user experience for non-developer site admins.

Unless you have a better idea? :)

ostark commented 2 years ago

I guess those users don't have access to the Craft Admin (CP) > admin/utilities/async-queue-test? If they have access, they can hit the [Run test] button to trigger a queue/run.