Skip to content
Snippets Groups Projects
Commit c5dbc7db authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Remove old Job definitions

parent 5952db0b
No related branches found
No related tags found
No related merge requests found
...@@ -5,14 +5,6 @@ basedir = os.path.abspath(os.path.dirname(__file__)) ...@@ -5,14 +5,6 @@ basedir = os.path.abspath(os.path.dirname(__file__))
class Config: class Config:
JOBS = [
{
'id': 'checkout_jobs',
'func': 'app.scheduler_functions:checkout_jobs',
'seconds': 3,
'trigger': 'interval'
}
]
MAIL_SERVER = os.environ.get('MAIL_SERVER') MAIL_SERVER = os.environ.get('MAIL_SERVER')
MAIL_PORT = int(os.environ.get('MAIL_PORT')) MAIL_PORT = int(os.environ.get('MAIL_PORT'))
MAIL_USE_TLS = os.environ.get('MAIL_USE_TLS').lower() == 'true' MAIL_USE_TLS = os.environ.get('MAIL_USE_TLS').lower() == 'true'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment