Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
prozorro-sale
Prozorro metrics
Commits
f22562b7
Commit
f22562b7
authored
Apr 28, 2020
by
Andrey Veltischev
Browse files
Merge branch 'andrey/fix_cci' into 'master'
Fix gilab-ci file naming See merge request
!5
parents
7e88843c
30f5281c
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.y
a
ml
→
.gitlab-ci.yml
View file @
f22562b7
File moved
src/prozorro_sale/metrics/__init__.py
View file @
f22562b7
...
...
@@ -48,7 +48,7 @@ class CoroutineWrapper:
self
.
task
=
None
def
initialize
(
self
):
LOG
.
info
(
f
'Initialize coroutine'
)
LOG
.
info
(
'Initialize coroutine'
)
self
.
task
=
self
.
loop
.
create_task
(
self
.
coro
)
def
shutdown
(
self
):
...
...
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