We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890f8ec commit 1e2a427Copy full SHA for 1e2a427
orchestrator/src/worker/event_handler/triggers/data_submission.rs
@@ -24,7 +24,6 @@ impl JobTrigger for DataSubmissionJobTrigger {
24
/// 2. Validates each job can be processed (not beyond failed blocks)
25
/// 3. Creates corresponding data submission jobs with proper metadata
26
///
27
- /// Note: All job IDs are assumed to be block numbers.
28
async fn run_worker(&self, config: Arc<Config>) -> color_eyre::Result<()> {
29
tracing::trace!(log_type = "starting", category = "DataSubmissionWorker", "DataSubmissionWorker started.");
30
0 commit comments