Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 7, 20223 yr Please advise which timezone IPS uses for task scheduler? Server US local client based on admin logins How to instruct "strictly" to use certain country time zone?
January 7, 20223 yr I would be the time based on your server. There is no way in which you can set it to use another timezone
January 7, 20223 yr Author 1 minute ago, Marc Stridgen said: I would be the time based on your server. There is no way in which you can set it to use another timezone Are you 100% sure about this? Please confirm.
January 7, 20223 yr 35 minutes ago, Gauravk said: Are you 100% sure about this? Please confirm. Sorry, its actually UTC. As Daniel mentioned however, it would be helpful to know what issue it is you are having.
January 7, 20223 yr Author Which UTC it follows? And how to change? We have developed an app, that accepts the waitlist for members to join certain event in calendar. And at certain specific time and day of the week they move to RSVP list as attendees from the waitlist.
January 7, 20223 yr There is no way in which to change the timezone, and there is only one UTC. This would be outside the scope of support. I have moved this to our development forum for you
January 7, 20223 yr Author We want to run a task (New app) to run certain task at sharp 00:00 hrs (midnight), plus minus few minutes is acceptable but not lag of 10-12 hours. Can anyone please help here?
January 7, 20223 yr The task system isn't designed to run tasks at specific times, what you want to do isn't possible. Instead, you may want to have a cron on your server run a file in your apps interface folder at a specific time instead.
January 7, 20223 yr Or you could run the task every 5 minutes, and within the tasks code you check to see what the current time is and execute the task code only if it matches to the time you want?
January 7, 20223 yr Probably a weird solution, but if you can't set up a cron on your shared webspace and if you're using Zapier, you could also use the Scheduled Action to trigger a request at midnight. https://zapier.com/apps/schedule/integrations
January 7, 20223 yr Author We are on dedicated server running cpanel with root access, so can we do something at server level to run file/s at exact specific time required? If yes, please advise the step so I can create a schedule task or cron and then ask programmer for filename and location to run that.
January 7, 20223 yr https://blog.cpanel.com/how-to-configure-a-cron-job/ You would write a script to do whatever action you want, and then tell the cron to run it on whatever schedule/frequency you want.