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
I need to be able to test a job that will be put back onto the queue with different delays based on how many times it has not been completed - after x times, we will just run the job. I thought the best course of action would be to use the new withFakeQueueInteractions helper - but i'm getting the following error:
Error:
Error: Call to undefined method Illuminate\Queue\Jobs\FakeJob::attempts()
/Users/xxx/Sites/xxx/vendor/laravel/framework/src/Illuminate/Queue/InteractsWithQueue.php:32
Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:
Laravel Version
11.12.0
PHP Version
8.2.20
Database Driver & Version
N/A
Description
I need to be able to test a job that will be put back onto the queue with different delays based on how many times it has not been completed - after x times, we will just run the job. I thought the best course of action would be to use the new
withFakeQueueInteractions
helper - but i'm getting the following error:Error:
Steps To Reproduce
Job Code:
Test Code:
The text was updated successfully, but these errors were encountered: