I have a CF Scheduled task running that fires every 5 minutes, it monitors a database looking for records with a field set to a specific value. If it finds one it executes some code.
The problem I am having is that when the task finds a record with the field set to the specific value it seems to be firing off the code twice somehow in 2 different coldfusion processes, one process which looks normal jrpp-119, the 119 changes but the other one that executes is alwyas jrpp-0. This is a sample of what I am getting in my log file. "Information","jrpp-119","01/20/10","16:08:00","MY_APP","Start of Executing Code" "Information","jrpp-0","01/20/10","16:08:00","MY_APP","Start of Executing Code" I have been digging into this for long time and can not figure out how this is happening. Anyone have any ideas at all? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329978 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

