taroj1205
taroj12054w ago

i guess i need to make the cron job that

i guess i need to make the cron job that always finishes in 1s if i make it 1s
No description
2 Replies
erquhart
erquhart4w ago
Would you want multiple running in parallel but staggered start times at 1s? If so I bet if your cron job just schedules a function and exits you could achieve that. Haven't tried, but it should work. But I also suspect you probably don't want them in parallel like that
taroj1205
taroj1205OP4w ago
i added a cron job that runs every second to add a new random data to the database to see if i can make a 'real-time updating' graph

Did you find this page helpful?