Most voted "scheduler" questions
Process scheduling or task scheduling (Scheduling) is an organizational activity carried out by the scheduler (Scheduler) of the CPU or a distributed system, making it possible to execute the most viable and competing processes, prioritizing certain types of processes, such as I/O Bound and CPU Bound.
Learn more…34 questions
Sort by count of
-
8
votes2
answers621
viewsDynamic scheduling of tasks with spring batch + Quartz
I have a project in Spring Batch + Quartz, which loads a file and then processes the data from the file. Only that I wanted to implement a view with a form where I had the option to choose the start…
-
7
votes1
answer1589
viewsAutomate tasks with Laravel 5
Good morning Personal. I need to create some tasks on my system that are executed automatically (such as a Cron Job). Example: Every day the system sends an email to system customers with the value…
-
6
votes1
answer732
viewsDifference between scheduleAtFixedRate and Schedule in the Scheduledexecutorservice class
What’s the difference between scheduleAtFixedRate and schedule? I am developing an Android app that I want to be 50 minutes late before starting an action and repeat that action in the next 50…
-
5
votes1
answer688
viewsMysql Backup with Event Scheduler
I would like some tip on how to backup a mysql database with Event Scheduler. I only got in my searches, find Event to back up tables individually. I wish I could back up the whole bank, someone can…
-
5
votes2
answers718
viewsWhat is the most threads supported by Java EE?
I’m analyzing how to rewrite the architecture of a Java program I’d like to know how many threads the scheduler (Scheduler) supports? or how can I infer this amount based on the processing power of…
-
4
votes1
answer308
viewsAutomatic reading routine between 2 C#databases
I need to create a C# routine that reads 2 databases and feeds the reading data into another database. The development part of the system itself I can do without problems, but I don’t know what kind…
-
4
votes1
answer1609
viewsRun an Laravel Schedule every minute?
I’m using the Laravel 5.3 and would like to perform a task every minute, within the task I will put some checks, the question is to make it run every minute. I did the following in the Kernel App:…
-
4
votes1
answer463
viewsHow to schedule a task and run only once independent of the number of instances?
My application has a scheduled method to run every 5 minutes with the @Scheduled of Spring, but I would like to rise more than one instance of implementation and that this task should not be carried…
-
3
votes2
answers446
viewsJava Spring Extender @Scheduled to read a file
I have tasks to do as soon as I top up my application, they run over and over again that way: @Scheduled(fixedRate = 10000) public void scheduleFixedRateTask() { System.out.println("Fixed rate task…
-
3
votes2
answers649
viewsJava Scheduleexpression
I’m developing a Nobreaks Supervising Software, I’m using the ScheduleExpression which runs every 5 seconds, followed by code: @PostConstruct public void agendarMonitoramento(){…
-
3
votes1
answer5527
viewsHow to run the cron of Schedule:run on Windows
I created a cron that should check every minute that the value of the end date is less than the current one... if yes should update the status field of this table. class SetStatus extends Command {…
-
3
votes1
answer316
viewsHow to schedule several tasks in spring boot dynamically?
I have a spring boot application and the same has several Jobs that will run from time to time and this time interval has to be recovered in the database. In the Scheduledconfig class we have data…
-
2
votes1
answer1878
viewsRun Time Java Method in Time - Run Periodically
How do I run a method of a Java class of x x in x time in Weblogic? From what I have been checking, there is the possibility to use the @Schedule annotation in the method (Java EE 6). But since I am…
-
2
votes1
answer166
viewsSchedule job to run on the Wildfly server
I need to create a task runner where it will call a method from time to time. I saw an example and it was like this my implementation: public class Agendador { // Scheduler private final…
-
2
votes1
answer580
viewsSpring @Scheduled with internal transaction triggering Propagation error
I am trying to run a service that is based on running by cron with annotation @Scheduled, but every time a database transaction needs to be opened within the annotated method with @Scheduled receive…
-
2
votes0
answers362
viewsReceived fatal Alert: handshake_failure when class is run by Schedule - JDK7
I have a class that integrates with Woocommerce, when I run the class when I raise the project not httpCliente error ( 4.5.3) I get Httpresponse 200 ok, I have two registered api, 1°…
-
1
votes0
answers67
viewsRun a Scheduler instance in a clustered environment
I have a project EJB that records a record in the database every 5 minutes. For this I am using the annotation @Schedule. For the cluster to work, I need to upload the application to the two nodes…
-
1
votes1
answer170
viewsGet AIMS e-Crew Schedule information?
There’s an app and website that show you the schedules of the flight attendants. I wonder how these sites pick up this information? It’s via api? Examples are: Website…
-
1
votes0
answers45
viewsEvent Scheduler cannot be activated
I have a website and created a simple ad expiration system through an SQL event, which runs from a given time and changes the ad state if this field dataexpiracao has been exceeded. This works well…
-
1
votes0
answers34
viewsAppharbor + Quartz
I have an application in Appharbor (in c#), with only 2 buttons, one to start a job and another to stop the same. I programmed the job to be run every 15 minutes, and repeat forever (or until I…
-
1
votes0
answers79
viewsRun Schedule only in production environment
I have a procedure that runs every beginning of month to reset password of inactive users. This procedure changes the user’s password and sends an email notifying the new password. However, I have…
-
1
votes2
answers132
viewsDo I really need to start from a main to run a Schedule in java?
I am developing a web application, and now I have reached a point where I will have a process running in parallel in my application(in background) every day at a time x. To test the process, I made…
-
1
votes1
answer599
viewsSchedule and cancel task in Node.JS (Node-cron, cron or Schedule)
I created a simple server with two routes, one to start a periodic service /job/start and another to cancel it /job/stop. Here’s the code: // framework const express = require('express'); const app…
-
0
votes1
answer319
viewsRun class when starting web application
I have a class that would need to run along with the web application every time it starts. I would upload the application to the server and this class would need to be run. This application is…
-
0
votes0
answers470
viewsCMD File and Task Scheduler
Use the system Windows Server 2008, and need to execute a cmd for agendador de tarefas, but when I do the task, it only executes the cmd but does not execute its content, someone would know how to…
-
0
votes1
answer291
viewsCreate an Oracle Agent/Job for Postgresql
I wonder if it is possible to create an agent/job in Oracle to query the data of a given table and insert the data from this table to another table that is in Postgresql. Or if I can through…
-
0
votes0
answers99
viewsI can’t use Schedule
I’ve already executed the command pip install schedule and the pip3 install schedule but when I try to import Schedule import schedule The following error appears: Modulenotfounderror: No module…
-
0
votes1
answer472
viewsPentaho - Error running bat by Windows Task Scheduler
Follows the code of .bat: @echo off TITLE MeuProcessoAutomatico SET currentdir=%~dp0 SET kitchen=C:\pdi\data-integration\Kitchen.bat SET logfile="%currentdir%main.txt" echo. >> %logfile% echo.…
-
0
votes0
answers25
viewsHow to automate the execution of Python scripts in Google Colab? Sheduler
I developed a python script to automate data requests and integration with Bigquery. I wonder if there’s any way to run this script automatically in a routine from Monday to Friday, always at…
python python-3.x python-requests ipython-notebook schedulerasked 3 years, 3 months ago Fhelyp Guimarães 1 -
0
votes1
answer42
viewsScheduler Laravel 5.2
Good evening. I use the Scheduler of Laravel 5.2 for sending emails and now I have a problem. Until Friday I could send the emails with subscription in img normally, but on Friday night we migrate…
-
0
votes0
answers32
viewsHow to work with Scheduled Parole?
This guy is the Scheduled, he is triggered when the project is executed. Just as he is is in the automatic. I wish instead of being on automatic be triggered only when called, someone has an idea of…
-
0
votes1
answer111
viewsHow to create an "Event Scheduler" in Mysql whose range value comes from the database itself?
I am using the following code to generate a Task or Event Schedule in Mysql every 10 seconds: delimiter | CREATE EVENT gera_financeiro_contrato ON SCHEDULE EVERY 10 SECOND STARTS CURRENT_TIMESTAMP…
-
0
votes0
answers45
viewsScrip | Task Scheduler (Never Finish)
Hello I created the . BAT that deletes files from the previous day and then opens Winscp and runs a Script @echo off C: cd C:\Unigrupo\ forfiles -p "C:\Unigrupo\ARQUIVOS_GERADOS" -d -1 -m *.csv -c…
-
-1
votes1
answer263
viewsRun Automatic Update - Oracle
I often run a Update on Oracle to change the status in my database, but I would like this update to run automatically, once a day. UPDATE inativa_produto set compras = 'N', estoque = 'N',…