jackbrycesmith / laravel-caprover-template

Template to deploy a Laravel app in docker for CapRover
MIT License
127 stars 44 forks source link

Scheduler on Multiple Cluster Nodes #9

Closed germanllop closed 4 years ago

germanllop commented 4 years ago

I'm having this issue where the schedules are rinning twice, I have two nodes, so it's almost sure it's that. Any idea how to hack it?

jackbrycesmith commented 4 years ago

Laravel spoils us by having built in support for this scenario! Once you have this setup it should allow you to have multiple nodes, with the command only running once.

image