Hi,
I have a few questions in regards to sharding.
I am going to be using the sharding manager for sharding.
At the moment, I have cronjobs in a folder. To load them I iterate over the folder then initiate them and run them by passing my main client instance.
However, when I shard, is it best practice to check if im on shard 0 and load them? Or shall I load them in the same file my manager spawns shards and then load my cronjobs there and pass the manager instance, then use things like broadcasteval?
Trying to see what's best practice here. Thanks