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

2 Replies
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
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