# Schedule definitions for thorn WormMigrator # $Header$ schedule MS_CreateDB at Startup after Wxml_RegisterServer { LANG:C } "Create the Migration Database" schedule MS_RegisterMethods at Startup after WXml_RegisterServer { LANG:C } "Registering XMLRPC methods for Grid Migration Server" schedule MS_HTMLServer at Startup after WXml_RegisterServer { LANG:C } "Start Grid Migration WebServer" schedule MS_ServerAnnounce at CCTK_INITIAL { LANG:C } "Grid Migration Server announces to server" schedule MS_ProcessRequests at CCTK_POSTSTEP { LANG:C } "work the migration request queue"