Queuing tasks with prioritization rules – Nginx
This is a more general question on how the solution could be designed. The goal is to have an API which would take some a text or a list of texts, process it and return transformed ones. How should I…
This is a more general question on how the solution could be designed. The goal is to have an API which would take some a text or a list of texts, process it and return transformed ones. How should I…
based on Automatically cancel order after X days if no payment in WooCommerce answer code, I have make some changes trying to autocomplete paid orders after x Minutes (or x hours): add_action( 'woocommerce_order_status_changed', 'hourly_update_status_orders', 10, 4 ); function hourly_update_status_orders( $order_id,…
my cronjob not working, and I don't know where the error is this is my command in Cpanel /usr/local/bin/ea-php72/home/host/public_html && php artisan schedule:run >> /dev/null 2>&1 this is my schedule in Kernel protected function schedule(Schedule $schedule) { $schedule->call(function () {…
I'm new to Django and web frameworks in general. I have an app that is all set up and works perfectly fine on my localhost. The program uses Twitter's API to gather a bunch of tweets and displays them to…
On the server-side: I need a way to execute some tasks in the background, frequently and start it at a specific time. My programming language is Python for the back-end(Sanic Framework), VueJs for the front-end, MongoDB as main DB and…
I have a task script that works perfectly fine if i run it by visiting the php file from my browsers. However, when i attempt to run it via Plesk Task Scheduler it fail with a fatal error unable to…
I have the following method in my Kernel.php (the one under Console of course): protected function schedule(Schedule $schedule) { $schedule->exec("touch lorem.txt")->everyMinute(); } And I have the following cronjob added through the cpanel: * * * * * cd /home/oeit/oe &&…
I am trying to create a scheduled task in GoDaddy windows shared hosting account. I have some logic in my .Net C# class project where I have to call a function on daily basis. I have tried by converting it…
I need to set a scheduling task (Windows Hosting). I configured like below Path to executable file = C:Program Files (x86)ParallelsPleskAdditionalPleskPHP5php.exe Arguments = C:Inetpubvhostsexample.comhttpdocsaccompaliveScheduler.php Accompalive is the root folder name and aspiresoftwareconsultancy is the domain name. I tried with example.com…
Currently I am trying to get a cronjob working in Parallels Plesk Panel 10.2.0. The script I want to run is on a subdomain. I've tried a lot of options in the command line, but nothing is working. Tried: /usr/bin/php…