Failover for scheduled task
hi,
i have 1 istance with some scheduled task. Now i'd like to have another server with another CF istance running in "cold backup", ready to accept request when the first server doesn't respond anymore.
The problem is with the scheduled task, if i configure them in both istances they will run twice.. There is a way (or a workaround) to launch only once the scheduled task?
i thought a workaround..
a shell script that check the virtual IP (that switch between two servers), if is assigned to his server, then will launch a wget of the scheduled task URL otherwise will exit.
In CF8 i have seen that i can suspend a scheduled task.. there is a way to launch command line a command to enable/disable scheduled task? some parameter in the jrun?
There are other solutions/workaround?
thanks in advance
