In addRepeatingJob() method, how come there is no lua script being used to add the repeating jobs. Correct me if i am wrong, but having seperate redis calls means, the addition of a repeating job can fail after any of those commands (i.e. network failure) and result in an incomplete state.
thanks
In addRepeatingJob() method, how come there is no lua script being used to add the repeating jobs. Correct me if i am wrong, but having seperate redis calls means, the addition of a repeating job can fail after any of those commands (i.e. network failure) and result in an incomplete state.
thanks