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...
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...
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...
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...
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...
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?
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...