I’m following this thread:
By the way, Should I create a) a web service, b) a background worker or c) a cron one because my code already have a cron script.
This is my repo:
Thanks in advance Team!
I’m following this thread:
By the way, Should I create a) a web service, b) a background worker or c) a cron one because my code already have a cron script.
This is my repo:
Thanks in advance Team!
Hi Diego,
If you’re service doesn’t serve a front end, and only needs to execute the script on a regular schedule, creating a cron service will be the way to go.
Regards,
Matt
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.