Add CLI Cron Job for Parcel Shop Import with Logging#121
Add CLI Cron Job for Parcel Shop Import with Logging#121gadnis wants to merge 6 commits intoDPDBaltics:mainfrom
Conversation
|
Hello @gadnis, Thank you for contributing. We will inform our development team to review the suggested improvement. |
|
Hi @gadnis, Thank you for your contribution. We noticed that similar functionality already exists in the |
|
Hi @MarijusDilys,
|
|
Hello @gadnis, Thanks a lot for taking the time to draft this pull request. We appreciate the effort and thought that went into it. After discussing internally, we’ve concluded there isn’t sufficient demand for this enhancement right now. As a result, we won't be moving forward with it at this time. Thanks again for the contribution, and please feel free to raise any questions or revisit this if usage circumstances change down the line! -- |
The original cron job option, based on HTTP, could cause timeouts. This update introduces a new CLI controller for cron jobs, enabling long-running tasks to be executed directly on the server. This approach bypasses HTTP-related timeouts, such as those from Cloudflare's 60-second limit, ensuring smoother execution for time-intensive tasks.