Changeset b5d87e0 in OpenWorkouts-current


Ignore:
Timestamp:
Feb 18, 2019, 6:26:57 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
591ae81
Parents:
ec51ffa
Message:

(#29) Added a tasks module, implemented a task to run the mail queue processor,
sending any automatically generated emails in the queue.

Tasks can be run manually, with the virtual env active:

python ow/tasks/run.py development.ini TASK_NAME

(where TASK_NAME is the name of a task, like send_emails)

Running the run.py script without parameters gives an usage-like message
with instructions on how to properly call the script.

Files:
8 added
1 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    rec51ffa rb5d87e0  
    4545# mail queue
    4646var/spool
     47var/run/mail-queue-processor.lock
     48
     49# log files
     50var/log/openworkouts.log
     51var/log/queueprocessor.log
    4752
    4853# JS static external components and libraries
Note: See TracChangeset for help on using the changeset viewer.