Questions tagged as 'agendamento'

4
answers

How to schedule a recurring task in linux?

What command can I use to schedule a recurring task on linux? I would also like to send the command return by email automatically. What is the most appropriate tool?     
asked by 29.01.2014 / 18:31
1
answer

What happens to a Cronjob of 2:30 if the server falls at 2:28 and only come back 5 minutes later?

I do not know if the question is confusing, but it's that I've used a lot of Cronjob on my systems these days and I do not want to have problems. So I'll illustrate my concern with a hypothetical situation. Let's say I have a Cronjob programm...
asked by 02.05.2016 / 22:00
3
answers

How to create a task scheduler without using cron and without using wordpress

I need to create an automatic method to schedule my email marketing system, to trigger email automatically, without using the browser. Today my system is using cron, and every time I enable it on a server, I need to configure the url of the scri...
asked by 21.10.2015 / 21:28
5
answers

Schedule execution process in C #

I have an application that will be running 24h / day the 7days / week, that is, it will always be running. I need at a specific time, every day a method of this application is called.     
asked by 17.08.2015 / 15:40
1
answer

How to schedule a Javascript event?

Information: I would like to know how to do Agendamento of an event, ie any function I would pass as a parameter, which would execute such dia tal mês : ano that I would also pass as a parameter. Example: agenda...
asked by 11.02.2014 / 18:51
1
answer

What is the difference between the MySQL Trigger exception and MySQL Event?

I would like to create an Email trigger scheduler , if possible, without using cron , and would like to know if you can do this through MySQL >. Searching the Internet I've seen some examples of creating a non-cron event : CREATE...
asked by 14.12.2015 / 13:38
1
answer

Run a Laravel Schedule every minute?

I'm using Laravel 5.3 and would like to run a task every minute, within the task I'll put some checks, the question is to make it run every minute. I did the following in App \ Kernel: protected function schedule(Schedule $schedule...
asked by 23.11.2016 / 18:07
1
answer

Scheduled Tasks on the Web

In Google Inbox, you can create reminders and postpone them to a certain date and time. The reminder is then taken from the main screen and when that exact date and time arrives it returns to the. In this way, the system schedules a task fo...
asked by 20.11.2014 / 21:21
1
answer

Include task in Windows task scheduler via batch

I set up various types of backups by batch, the codes are not pertinent to this question, however what is difficult is to configure them by the Windows Task Scheduler. Is there a way to add these tasks by batch? I would like to be able to...
asked by 02.10.2017 / 17:08
2
answers

Run PHP script in Windows Task Scheduler

I have a PHP script that I'm currently running with an open browser, with the command below: <meta HTTP-EQUIV="refresh" CONTENT="1800"> Despite the memory problems that the browser consumes, it was running smoothly. Now I need to deve...
asked by 19.05.2016 / 22:21