Hello,
I noticed that when all messages are enqueued, the task is done instantly.
Normally this will work for small FUOTA payloads or if the "Expected uplink interval (secs)" X "Unicast retry count (max)" is bigger then the time it needs to upload all the multicast message.
I think it would be nice if the ENQUEUE waits for all mc msg to be send.
Expected uplink interval (secs) = 4min
> FUOTA Job Status: job=ENQUEUE, created_at=2025-10-21 12:43:42, completed_at=None, attempts=0/1, sched=2025-10-21 12:47:42
> FUOTA Job Status: job=ENQUEUE, created_at=2025-10-21 12:43:42, completed_at=None, attempts=0/1, sched=2025-10-21 12:47:44
## Should wait here for all multicast msg to be send. but continues to FRAG_STATUS
> FUOTA Job Status: job=FRAG_STATUS, created_at=2025-10-21 12:47:43, completed_at=None, attempts=0/1, sched=2025-10-21 12:47:43
> FUOTA Job Status: job=FRAG_STATUS, created_at=2025-10-21 12:47:43, completed_at=None, attempts=1/1, sched=2025-10-21 12:51:44
application_id: "..."
device_profile_id: "..."
name: "TEST-Maurits"
multicast_dr: 5
multicast_frequency: 869525000
calculate_multicast_timeout: true
unicast_max_retry_count: 1
calculate_fragmentation_fragment_size: true
fragmentation_redundancy_percentage: 10
fragmentation_descriptor: "BEEF"
request_fragmentation_session_status: AFTER_FRAGMENT_ENQUEUE
payload: "..."
on_complete_set_device_tags {
key: "test_tag"
value: "test_value"
}
}```
Chirpstack: 4.13.0 (docker image)