Questions tagged [magento-cron]
Denotes questions regarding Magento Cron
157 questions
0 votes
2 answers
2k views
How to disable the cron jobs created by my module?
Anybody have crontab.xml reference of magento2. I want to temporarily disable the custom cron job. I dont want to disable my module or delete it.
0 votes
2 answers
241 views
magento creating order programmatically using Cron Jobs
I want to create an order programmatically using Cron jobs, the codes run perfectly but when creating the order i got 'Error: Type Error occurred when creating object: Magento\InventoryIndexer\Model\...
0 votes
1 answer
502 views
Magento cron jobs fail because of attempts to write to the wrong part of the filesystem
I noticed for a while that although I could run the commands in my crontab just fine, they would not run from cron itself; when I looked at magento.cron.log, I found lines like this: Directory "...
0 votes
1 answer
1k views
How does the cron functionality work in Magento 2, and how can I configure and manage cron jobs effectively?
I'm looking to gain a better understanding of how the cron functionality operates in Magento 2 and how I can utilize it for scheduling and automating tasks within my store. Specifically, I have the ...
0 votes
1 answer
625 views
Explain meaning of column Schedule Status on the Index Management admin page
There are 2 columns on the Index Management page: Status and Schedule status. Could you please provide detailed explanation what does each combination of values mean? For example: Status Schedule ...
0 votes
1 answer
426 views
How to call the Cron's execute() function from a controller Magento 2.0.8
I have a Magento Cron which works fine when I call it using the CLI. I want to call the same Cron in a Controller. Is it possible to do it? (ie) I want to run the execute() function in the Cron script ...
1 vote
0 answers
2k views
Queue Consumer not starting automatically (third party integration)
We are doing PIM integration (Inriver Integration) and as per its working when we trigger a bulk sync from PIM(Inriver) to Magento, PIM(Inriver) calls various Magento APIs in asynchronous way. So, in ...
0 votes
0 answers
67 views
log missed while cron run
I have created cron which is scheduled for every 5 mins.In the cron,based on some conditions I have inserted value to custom table, while insert I have logged value in custom log file.For sometimes ,...