Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
rc
self-reg-form
Commits
8c9bbc0b
Commit
8c9bbc0b
authored
Aug 19, 2020
by
Bo-Chun Chen
Browse files
Update celery task
Change from flask_producer to create_account script
parent
82cdcc7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks.py
View file @
8c9bbc0b
...
...
@@ -24,6 +24,6 @@ def celery_create_account(username, fullname, reason, session):
print
(
time
.
strftime
(
"%m-%d-%Y_%H:%M:%S"
)
+
'
\t
User '
+
username
+
' added to queue'
)
send_msg
(
'creating account'
,
room
)
print
(
username
)
subprocess
.
call
([
"/opt/rabbitmq_agents/
flask_producer.py"
,
"ohpc_account_create"
,
username
])
subprocess
.
call
([
"/opt/rabbitmq_agents/
create_account.py"
,
username
,
''
,
fullname
,
reason
])
print
(
time
.
strftime
(
"%m-%d-%Y_%H:%M:%S"
)
+
'
\t
Account successfully created for '
+
username
)
send_msg
(
'account ready'
,
room
)
Write
Preview
Supports
Markdown
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