79402300

Date: 2025-01-31 09:41:30
Score: 1
Natty:
Report link

It looks like the issue is related to the timing of when service providers are booted. The Schedule class may not be fully available during the bootstrap process. I’d suggest trying to delay the job scheduling to after the booted() method in a service provider, which runs after all services are registered.

Additionally, check if the feature flag macro is being applied at the right point in the boot process—ideally after the kernel is registered. If the issue persists, using granular logging could help pinpoint where the process halts.

For more insights on Laravel and troubleshooting, feel free to visit https://pawbreed.com.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Talhafarooq