Taskmanager and other heartbeats: avoid using internal http requests to fire
Description
Internal http & https calls have all sorts of server configuration hurdles to contend with. Eliminate these problems altogether by using java concurrent threads (rather than cfthreading implementation).