Recent posts with #LaravelTip

πŸ” #LaravelTip: Need a job to execute immediately within another job?

❌ Job::dispatch()->onConnection('sync')

βœ… Job::dispatchSync()

The first one just sets queue connection, while dispatchSync() guarantees immediate execution before next line.

Key for data consistency!

β€’ β€’

78

β€’