scheduled-tasks Questions
2
Solved
I have a WPF application scheduled in Task Scheduler.
I want to notify the Task Scheduler when the application fails.
In Task Scheduler window, in section Task Status at the column Run Result, I ...
Highwrought asked 6/6, 2013 at 18:28
4
Solved
I'm trying to find the cleanest/most pythonic way of evaluating if "now" is between two times; However; the Start/End times may, or may not, fall across a day boundary- for example (just using simp...
Unmitigated asked 11/12, 2013 at 11:38
2
Solved
I have a small .NET app that I'm running under Windows 2008 Server via the Task Scheduler. This application needs to open an excel file and then save it as csv. The task fails when I try to open th...
Gallows asked 4/11, 2009 at 16:7
1
Solved
Just curious if the email headers are marked by Gmail to denote if the email was scheduled vs sent right away.
Cisalpine asked 2/9, 2020 at 23:54
8
Solved
I have a webpage hosted on a Windows box that I need to assure gets loaded at least once/day. My current plan is to create a scheduled task that opens Internet Explorer and hits the URL:
"C:\P...
Firecure asked 31/12, 2009 at 22:33
10
Solved
I have a Flask web hosting with no access to cron command.
How can I execute some Python function every hour?
Republicanize asked 19/1, 2014 at 7:31
10
Solved
I am using windows 10 task scheduler to run tasks that require me using my personal user account (its necessary to use my user and not system user because of permission issues - I am part of an org...
Vintager asked 3/6, 2017 at 20:35
2
Solved
How to in python 3.9 implement the functionality of calling the async functions with different parameters, by scheduled periods? The functionality should be working on any OS (Linux, Windows, Mac)
...
Hallo asked 3/1, 2021 at 15:46
4
Solved
I am working on a project based on ASP.NET Core 3.1 and I want to add a specific functionality to it to schedule publishing a post in the future in a date and time specified by post author (somethi...
Mascia asked 8/9, 2020 at 13:49
1
Solved
I am trying to create an app that simulates opening a tab at a bar. I am running into one issue that I can't seem to figure out - it goes as follows:
When someone opens a bar tab, dynamically crea...
Cotoneaster asked 19/12, 2020 at 23:34
1
I am having an issue with using win32com and Task Scheduler. An Excel File save operation is not taking place despite other aspects of the script performing successfully. This is being run on an au...
Cate asked 24/2, 2017 at 17:25
6
Solved
I have a PowerShell script (that works). In Windows Task Scheduler I created a new task to execute "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe", passing the argument as my PS1 script...
Brothel asked 22/10, 2012 at 16:1
0
I'm having trouble understanding the Celery queue and revokes. My main question is how to revoke (stop from executing) tasks that are already in the queue if a new task with the same name and argum...
Overnight asked 8/12, 2020 at 1:12
2
Solved
I am trying to schedule a query to run intraday in Bigquery UI. According to Google's documentation this option uses cron syntax. I have used crontab guru to verify the syntax is correct, although ...
Unproductive asked 4/7, 2019 at 9:16
4
Solved
I need to check whether a server is up or not?
If down then i need to send an email
And this task should be repeated in every 30mins.
I have to do this using batch file.
Rondure asked 12/10, 2010 at 15:49
3
Solved
I have a spring boot application with websockets:
@SpringBootApplication(exclude = {SecurityAutoConfiguration.class})
@EnableScheduling
public class TestApplication {
public static void main(Str...
Regressive asked 16/5, 2019 at 13:12
4
I have scheduled few tasks in "Scheduled Tasks", but tasks are being queued instead of executing. When I run the tasks manually tasks being executed correctly. I tried all the possible configuratio...
Cromagnon asked 3/10, 2018 at 12:23
2
Solved
I am having two jobs(Job1,Job2)
Job2 is depended on the results of job1 so it has to wait till job 1 finished
I need to chain them somehow:
When job1 finish it needs to call job2. how to do that...
Tolerance asked 18/1, 2015 at 21:35
5
I have two nodeJs servers running behind a Load Balancer. I have some scheduled jobs that i want to run only once on any of the two instances in a distributed manner.
Which module should i use ? W...
Banderole asked 18/1, 2016 at 14:44
7
Solved
I'm working on a little web crawler that will run in the system tray and crawl a web site every hour on the hour.
What is the best way to get .NET to raise an event every hour or some other interv...
Banka asked 21/11, 2008 at 3:59
2
Trying to run the tasks based on schedule using node-cron 'https://github.com/merencia/node-cron'.
Task creation and starting it:
var cron = require('node-cron'),
task = cron.schedule('* * * * * ...
Parallel asked 19/7, 2018 at 11:16
5
Solved
I have a java application which makes use of spring task scheduling and batch jobs. I am relying on MultiResourceItemReader in the job to read some files from a directory, process them, and remove ...
Ulane asked 19/2, 2014 at 12:19
5
I am using Shedlock to run my scheduler task only once if multiple instances of the service are running.
I followed the documentation and this is what I did.
This is the function that needs to ru...
Chelsea asked 8/8, 2017 at 7:10
2
Solved
I'm using a ScheduledExecutorService and submitting a task like that:
future = scheduledExecutorService.schedule(myRunnableTask, delay, timeunit)
However a certain event might occur after indefi...
Flessel asked 30/4, 2019 at 14:15
3
Solved
I am trying to write a batch file that does two things:
First it launches an installer (install.exe) which installs a program (program.exe).
Second it launches an instance of the installed progra...
Peptidase asked 28/11, 2013 at 9:1
© 2022 - 2024 — McMap. All rights reserved.