Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ModelEngine-Group/nexent
/ update_state
Method
update_state
test/backend/data_process/test_tasks.py:511–512 ·
view source on GitHub ↗
(self, **kw)
Source
from the content-addressed store, hash-verified
509
self.states = []
510
511
def
update_state(self, **kw):
512
self.states.append(kw)
513
514
def
retry(self, **kw):
515
from
celery.exceptions
import
Retry
Callers
3
process
Function · 0.80
forward
Function · 0.80
process_sync
Function · 0.80
Calls
1
append
Method · 0.80
Tested by
no test coverage detected