MCPcopy
hub / github.com/celery/celery / _verify_seconds

Method _verify_seconds

celery/app/amqp.py:474–477  ·  view source on GitHub ↗
(self, s, what)

Source from the content-addressed store, hash-verified

472 )
473
474 def _verify_seconds(self, s, what):
475 if s < INT_MIN:
476 raise ValueError(f'{what} is out of range: {s!r}')
477 return s
478
479 def _create_task_sender(self):
480 default_retry = self.app.conf.task_publish_retry

Callers 2

as_task_v2Method · 0.95
as_task_v1Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected