so i have bought a paid account but my code isnt looping like it should. THe tasks only take 2 seconds, but i would ideally want them to run my code for the full 6 hours, Is this a porblem with my task set up or my code
so i have bought a paid account but my code isnt looping like it should. THe tasks only take 2 seconds, but i would ideally want them to run my code for the full 6 hours, Is this a porblem with my task set up or my code
if you want a short piece of code to keep looping then you need to write your own loop -- scheduled tasks are just designed to run a piece of code once...