I didn’t know what to make of the error message “Date spin detected”. Until I noticed a SQL job scheduled every 10 seconds!
The overhead of executing a job so often is very high. Naughty developers!
A much better solution would be for the SQL job to call a stored-procedure, and the sp to include a While loop containing a “wait 10” instruction.