Erpnext 4 scheduler

Hi,



im wondering how can i check if my scheduler is on ?, and how can i activate the scheduler ? i cant find wnf.py in erpnext 4


THanks,
Bobby



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/f5ca171b-b447-4187-9ca1-376fd8af7b2a%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.

On Thu, Jul 10, 2014 at 10:21 AM, Bobby Hartanto bo...@gmail.com wrote:

Hi,

im wondering how can i check if my scheduler is on ?, and how can i activate
the scheduler ? i cant find wnf.py in erpnext 4

THanks,
Bobby


Note:

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much
    information as you can. Please see it from the point of view of the person
    receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send
    only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do
    not send images as attachments. Links are good. Same goes for any file you
    are going to send.

End of Note

You received this message because you are subscribed to the Google Groups
“ERPNext Developer Forum” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to erpnext-developer-forum+un...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/erpnext-developer-forum/f5ca171b-b447-4187-9ca1-376fd8af7b2a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi,

If you use honcho start or are using supervisor with the generated
config, then you’re run the celery workers for scheduler.

You can also make sure that the scheduer is enabled for a site by running,

frappe --enable_scheduler sitename
from sites directory

Thanks,

Pratik
erpnext