Top "Schedule" questions

A schedule is the arrangement of events in time.

Is it possible to make a schedule that Postman executes request?

I am using Postman to run a Runner on some specific requests. Is it possible to create a schedule to …

postman schedule
IOS - Creating & Using Interval Specific Timers

I am a newbie IOS developer, but I have a good amount of experience in Android development. My question is …

ios timer fixed intervals schedule
How to schedule my android app to do something every hour

I want my app to access database every hour and read next record from the table then update desctop widget …

java android schedule alarm alarmmanager
How do you estimate an agile project up front?

When working on fixed price software development projects, I frequently find myself having to estimate the total number of hours …

agile schedule iteration
Trigger a Python function exactly on the minute

I have a function that I want to trigger at every turn of the minute — at 00 seconds. It fires off …

python time schedule
Linux Kernel Changing Default CPU Scheduler

I am trying to hack the Linux kernel and I am wondering. How can I change the default Linux Process …

linux linux-kernel kernel scheduler schedule
What is the concept of vruntime in CFS

I have been reading about Linux Kernel and CFS scheduler in the kernel. I came across vruntime (virtual runtime) that …

linux linux-kernel scheduler schedule
Setting up a Laravel cron job in cPanel

I have the following function: protected function schedule(Schedule $schedule) { $schedule->command('email:users')->everyMinute(); } when I …

laravel cron cpanel schedule laravel-artisan
How to stop immediately the task scheduled in Java.util.Timer class

I tried everything. This one too How to stop the task scheduled in Java.util.Timer class I have one …

java timer scheduled-tasks schedule
Create a Scheduled service in android

I need to create a schedule service in android with java. I have tried some codes , but all time after …

java android service bluetooth schedule