I want to create a scheduler which does following
- Setup a scheduler that loops every 5 minutes
- Inside of this scheduler, the following is done:
- If there is a timestamp stored from a previous loop, use it
- If scheduler is running for the first time, take the current time into a timestamp value
- Call the method http://webapi.publishthis.com/rest/mixes/mixTemplates/?token=TOKEN:E4/TOrnj0kII13i7un7wnpTY7NSbBEPHNic8RAQKbkaB+siGaxk467A==
Can you please help to achieve it?