Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(0) | Derive(0) | Import(1)
src/e/r/erp5-HEAD/product/CMFActivity/Activity/SQLBase.py erp5(Download)
Message, MESSAGE_NOT_EXECUTED, MESSAGE_EXECUTED) from Products.CMFActivity.ActiveObject import INVOKE_ERROR_STATE from Products.CMFActivity.ActivityRuntimeEnvironment import ( DEFAULT_MAX_RETRY, ActivityRuntimeEnvironment, getTransactionalVariable) from Queue import Queue, VALIDATION_ERROR_DELAY, VALID, INVALID_PATH
# In case of infinite retry, notify the user # when the default limit is reached. if max_retry is None and retry == DEFAULT_MAX_RETRY: notify_user_list.append((m, True)) delay = m.delay