Questions tagged [schedule]

A schedule is the arrangement of events in time.

1847 questions
0
votes
2 answers

How to append element in the currently clicked table element from popup form?

So I have made a table table elements and functions for the pop up and the form. Appending element on clicking save button also works. However on a new popup the data from the form is appended in every previously clicked table cell no matter if the…
Nick N.
  • 73
  • 1
  • 6
0
votes
1 answer

NServiceBus 5.2.14 - Scheduler fails to trigger delegate

While using the NServiceBus Scheduler I have been unsuccessful in triggering the delegate defined. I used the documentation at the link below to setup the EndpointScheduler class. The endpoints corresponding timeout queue is created and a message…
Pietro
  • 43
  • 5
0
votes
1 answer

Adding Arrays inside a table tag with JavaScript (schedule)

I am really new to JavaScript so I am sorry about any misunderstanding in advance. I have some arrays but I don't have any idea how to put them in a table in the order I want. I want the first column to be filled with the day hours, and every…
Nick N.
  • 73
  • 1
  • 6
0
votes
1 answer

Azure WebJob with schedule 409 response on deployment

Have an issue when we try to deploy webjob to a web app via Visual Studio. If we try to set 10 minutes interval it returns 409 response http://grab.by/Rirs If we try with one hour interval it is successful. We have Standard app service plan, so it…
BotanMan
  • 1,357
  • 12
  • 25
0
votes
2 answers

JEE Glassfish @schedule doesn't work

I am first time using @Schedule in a stateless bean and for some reason it does not get executed by Glassfish though Glassfish says it was successfully deployed. My Java version is 1.8.0_91 Glassfish version 4.1.1 I simplified the code more and more…
TomFree
  • 1,091
  • 3
  • 17
  • 31
0
votes
1 answer

Start application at startup linux Programmatically

I'm making a program in C that has the option (for the user) to launch automatically at Linux startup. I'm looking for a code snippet or something helpful. The way I want to do it, is programmatically if the user selected auto-startup, then (code I…
richerarc
  • 250
  • 1
  • 8
0
votes
1 answer

Quartz.Net Scheduler - Cron Trigger Configuration

I need to create a cron trigger that fires at 09:00am, 11:00am, 13:00pm, 15:00pm and 17:00pm, only week days, in Brazil timezone. Can anyone help me please?? I already tried several ways and could not make it work. Thanks!!
0
votes
1 answer

Create balanced tennis rounds

We are a group of 20 people and we like to go play 2 vs 2 tennis matches. Each of us plays one match each round and we do 5 rounds in total, so everyone plays 5 matches. Matches have two restrictions: Everyone has a different level (from 1 to 5),…
watxaut
  • 49
  • 3
0
votes
2 answers

Events not displaying with PrimeNG Schedule cannot read property scrollTop of null

I am trying to use PrimeNG's Schedule component to display calendar events for users. The calendar displays, but when Fullcalendar tries to render the events it's returning an error: "ORIGINAL EXCEPTION: TypeError: Cannot read property 'scrollTop'…
Isahiro
  • 165
  • 1
  • 2
  • 11
0
votes
2 answers

How to change multiple build definitions into schedule builds

we have around 300 TFS CI build definitions and now i want to change it into schedule build. Is it possible to change CI multiple Builds into scheduled. Its really heck process to change one by one. I want some PowerShell or batch script to run the…
Heera
  • 1
0
votes
1 answer

Scheduling for Spark jobs on Bluemix

I'm trying to run my Spark application on Bluemix by schedule. For now I'm using scheduling of spark-submit.sh script locally on my machine. But I'd like to use Bluemix for this purpose. Is there any way to set scheduling directly inside Bluemix…
0
votes
1 answer

how can I schedule a period of time with laterJS?

Actually I am scheduling a period of time but I can't set the start date and the end date, this is my setting: var recurrencySchedule = parser.recur().on(recurrency.hour).time().on([2,3,4,5]).dayOfWeek(); I tried configuring between but does not…
user2994005
  • 57
  • 1
  • 9
0
votes
0 answers

How to revive Quartz scheduler after OutOfMemoryError

I'm currently having the following exception, I know this is because a out of memory exception, but my quartz scheduler stops working and I need to revive the job processing, any ideas? unhandled…
Carx
  • 1
  • 2
0
votes
1 answer

schedule repeating jobs in Python with time unit specified as a variable

I've been using the excellent schedule library to run a variety of jobs, but there is one thing I can't find. The Python code for running a job every 10 minutes looks like this: schedule.every(10).minutes.do(job) Question is: how would I elegantly…
Nic
  • 1,518
  • 12
  • 26
0
votes
0 answers

Sort games teams pairing (schedule)

I have 13 soccer teams who plays 2 games by week (10 weeks in total). Since I have an odd number of teams, I add a fictive team called "Practice". Also, I would like to generate a schedule in which each team plays against the other teams only once.…
1 2 3
99
100