MCPcopy
hub / github.com/celery/celery / _set_process_status

Function _set_process_status

celery/bin/events.py:12–15  ·  view source on GitHub ↗
(prog, info='')

Source from the content-addressed store, hash-verified

10
11
12def _set_process_status(prog, info=''):
13 prog = '{}:{}'.format('celery events', prog)
14 info = f'{info} {strargv(sys.argv)}'
15 return set_process_title(prog, info=info)
16
17
18def _run_evdump(app):

Callers 3

_run_evdumpFunction · 0.85
_run_evcamFunction · 0.85
_run_evtopFunction · 0.85

Calls 3

strargvFunction · 0.90
set_process_titleFunction · 0.90
formatMethod · 0.45

Tested by

no test coverage detected