b33c00l Posted August 27, 2018 Share Posted August 27, 2018 Hi, I want to create a cron job for my custom module but I don't want to use cron task manager as it needs to be installed by the user. I tried to search for the documentation but did not across any referring to cron jobs for Prestashop (1.6 - 1.7). Please advise. Thank You. Link to comment Share on other sites More sharing options...
joseantgv Posted August 27, 2018 Share Posted August 27, 2018 14 minutes ago, b33c00l said: Hi, I want to create a cron job for my custom module but I don't want to use cron task manager as it needs to be installed by the user. I tried to search for the documentation but did not across any referring to cron jobs for Prestashop (1.6 - 1.7). Please advise. Thank You. But which is the problem? AFAIK, Cron Task manager is not automatic, the user has to create the task. Link to comment Share on other sites More sharing options...
b33c00l Posted August 27, 2018 Author Share Posted August 27, 2018 I don't want for the user to be doing anything. I want the module to do the product, order, customer sync in the background so I have to set the cron job inside the module. Link to comment Share on other sites More sharing options...
Guest Posted August 27, 2018 Share Posted August 27, 2018 Build some endpoints in your module, cron.php files or whatever and call with with your fave cron app Link to comment Share on other sites More sharing options...
b33c00l Posted August 28, 2018 Author Share Posted August 28, 2018 (edited) 12 hours ago, PrestaRalph said: Build some endpoints in your module, cron.php files or whatever and call with with your fave cron app In that case, all who downloads a module will have to set up a call, I don't want that. Edited August 28, 2018 by b33c00l (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now