Questions tagged as 'scheduler'

0
answers

I can not use schedule

I already ran the command pip install schedule and the pip3 install schedule However when I try to import the schedule import schedule The following error appears:    ModuleNotFoundError: No module named 'schedule' What do...
asked by 27.12.2018 / 12:28
0
answers

@Schedule stopping at JBOSS terminal

I have a Jboss EAP server running through shell on Windows 10 with the command .\standalone.bat -b 10.25.20.113 . On this server I run an application that runs @Schedule at 14:25 . The system runs normally, and apparent...
asked by 19.12.2018 / 19:00
0
answers

Fullcalendar with the Scheduler plugin does not mark events

I have this code to make a schedule of appointments with Fullcalendar and Scheduler. It is not marking the days when I book in the calendar, in the bank it records the days marked, but as I said do not mark in the calendar. This is the par...
asked by 18.10.2018 / 14:23
1
answer

Create an Oracle Agent / Job for PostgreSQL

I would like to know if it is possible to create an agent / job in Oracle to query the data of a given table and insert the data of this table into another table that is in PostgreSQL. Or you can get through the PostgreSQL PGAgent to create a...
asked by 21.06.2018 / 15:34
0
answers

Problem with scheduling tasks with Calendar Java

Please help me resolve a code situation, as I can not. I have a class that schedules tasks and it will be a Thread to call another Thread. It reads information from a configuration xml file containing one or more days of the week that will...
asked by 03.03.2018 / 02:00
0
answers

CMD File and Task Scheduler

I use the Windows Server 2008 system, and I need to run cmd by agendador de tarefas , but when I do the task, it only runs cmd but does not execute its content, would anyone know how to solve it?     
asked by 07.12.2017 / 12:11
1
answer

Executing Expected Class When Starting Web Application

I have a class that would need to be run along with the web application every time it started. I would upload the application to the server and this class would need to be executed. This application is running on Wildfly, and is also using Sp...
asked by 17.04.2017 / 15:38