-
We have 3 jobs. 1 is your media library clean-up job. The other 2 are ours. Both implement Our own jobs are failing. I only have an error for the first job as this one runs the most frequent.
The jobs look like this: class YouOnlyHadOneJob implements ShouldQueue, NotTenantAware
{
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; Both implement Am I something missing here? If I haven't given enough information please let me know. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Turns out this is not related to our jobs but to Oh Dear. Documented the fix in spatie/laravel-schedule-monitor#75. |
Beta Was this translation helpful? Give feedback.
Turns out this is not related to our jobs but to Oh Dear. Documented the fix in spatie/laravel-schedule-monitor#75.