> I added Helen to my roster just this week.
I read this yesterday and then came back today to upvote and comment because I thought it was so beautifully said
Pure poetry. Loved it. Hits the nail right on the head
Just don’t use the eval features, inline scripts and properly sanitise user input (if any) and you will mitigate all these issues
I feel like a more effective way to use cron is just to dispatch jobs into a queue that will perform the actual processing. And not to do the processing within the cron scripts themselves. That way the load on the cron…
> I added Helen to my roster just this week.
I read this yesterday and then came back today to upvote and comment because I thought it was so beautifully said
Pure poetry. Loved it. Hits the nail right on the head
Just don’t use the eval features, inline scripts and properly sanitise user input (if any) and you will mitigate all these issues
I feel like a more effective way to use cron is just to dispatch jobs into a queue that will perform the actual processing. And not to do the processing within the cron scripts themselves. That way the load on the cron…