Posted on 16 Aug 2022, this text provides information on Bugs & Fixes related to General Tech. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.
I am using Advance Cron Manager in wordpress for cron, but my cron removes after some time 24-48 hours, I am unable to detect what causing this. I have checked the code and paseted below from my custom plugin. I am using whatsapp chat-api to detect if there is new message received/sent to whatsapp, I am using emails to sent whatsapp message once new email is sent with certain headers, it will hit below function and sent message to whatsapp.
To check this I have scheduled a cron new_email_event after every 1 minute, sometimes it workes ok but some time it removes after 10 minutes.
I want to know is this an issue with plugin or I am missing something.
No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that
you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice
sessions to improve your knowledge and scores.
manpreet
Best Answer
2 years ago
I am using Advance Cron Manager in wordpress for cron, but my cron removes after some time 24-48 hours, I am unable to detect what causing this. I have checked the code and paseted below from my custom plugin. I am using whatsapp chat-api to detect if there is new message received/sent to whatsapp, I am using emails to sent whatsapp message once new email is sent with certain headers, it will hit below function and sent message to whatsapp.
To check this I have scheduled a cron
new_email_event
after every 1 minute, sometimes it workes ok but some time it removes after 10 minutes.I want to know is this an issue with plugin or I am missing something.
https://bracketspace.com/downloads/advanced-cron-manager-pro/
This is code written in my custom plugin.