Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mpievolbio-scicomp
RepinPop
Commits
cf089f53
Commit
cf089f53
authored
Dec 17, 2021
by
c.fortmanngrote
Browse files
Debug mail.
parent
a7460483
Pipeline
#259003
failed with stages
in 1 minute and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/routes.py
View file @
cf089f53
...
...
@@ -520,11 +520,11 @@ def test_task():
@
app
.
route
(
'/test_mail'
)
def
test_mail
():
email_test
()
success
,
message
=
email_test
()
# logger.debug("Attempting to send mail throug redis queue.")
# job = app.queue.enqueue(email_test)
# logger.debug(job)
# time.sleep(3
# )
return
str
(
job
.
result
)
return
message
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment