API endpoint that allows jobs to be viewed or edited.

Pass the start_now url parameter to the POST method to enqueue the job immediately.

Use the delay field to create a test job with fake duration of work (in seconds).

Actions

/jobs/{id}/run/ (POST)

Run a job (add it to the queue).

/jobs/{id}/cancel/ (POST)

Cancel a job (terminate the background task)

GET /api/v2/jobs/1264/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1264,
    "details": "https://api.beluga.insectai.org/api/v2/jobs/1264/?format=api",
    "name": "PSv2 on staging test",
    "delay": 0,
    "limit": null,
    "shuffle": true,
    "project": {
        "id": 20,
        "name": "Barro Colorado Island Research Station",
        "details": "https://api.beluga.insectai.org/api/v2/projects/20/?format=api",
        "user_permissions": []
    },
    "deployment": null,
    "source_image_collection": {
        "id": 6,
        "name": "Panama November",
        "details": "https://api.beluga.insectai.org/api/v2/captures/collections/6/?format=api",
        "method": "interval",
        "user_permissions": []
    },
    "source_image_single": null,
    "pipeline": {
        "id": 14,
        "details": "https://api.beluga.insectai.org/api/v2/ml/pipelines/14/?format=api",
        "name": "Panama Species Classifier - Apr 2024",
        "slug": "panama_moths_2024",
        "description": "Trained on April 17, 2024 for 636 species. https://wandb.ai/moth-ai/ami-gbif-fine-grained/runs/1sekgkan/overview",
        "version": 1,
        "version_name": "",
        "created_at": "2025-01-26T12:04:09.648076",
        "updated_at": "2026-04-01T17:09:36.469192",
        "user_permissions": []
    },
    "status": "SUCCESS",
    "created_at": "2026-04-01T17:08:03.980564",
    "updated_at": "2026-04-01T18:40:51.981070",
    "started_at": "2026-04-01T18:09:47.908512",
    "finished_at": "2026-04-01T18:40:51.957669",
    "duration": "1864.049157",
    "progress": {
        "summary": {
            "status": "SUCCESS",
            "progress": 1.0
        },
        "stages": [
            {
                "status": "SUCCESS",
                "progress": 1.0,
                "key": "collect",
                "name": "Collect",
                "params": [
                    {
                        "name": "Total Images",
                        "key": "total_images",
                        "category": "default",
                        "value": 1285
                    }
                ]
            },
            {
                "status": "SUCCESS",
                "progress": 1.0,
                "key": "process",
                "name": "Process",
                "params": [
                    {
                        "name": "Processed",
                        "key": "processed",
                        "category": "default",
                        "value": 1285
                    },
                    {
                        "name": "Remaining",
                        "key": "remaining",
                        "category": "default",
                        "value": 0
                    },
                    {
                        "name": "Failed",
                        "key": "failed",
                        "category": "default",
                        "value": 2
                    }
                ]
            },
            {
                "status": "SUCCESS",
                "progress": 1.0,
                "key": "results",
                "name": "Results",
                "params": [
                    {
                        "name": "Captures",
                        "key": "captures",
                        "category": "default",
                        "value": 5089
                    },
                    {
                        "name": "Detections",
                        "key": "detections",
                        "category": "default",
                        "value": 55443
                    },
                    {
                        "name": "Classifications",
                        "key": "classifications",
                        "category": "default",
                        "value": 96514
                    }
                ]
            }
        ],
        "errors": [],
        "logs": []
    },
    "logs": {
        "stdout": [
            "[2026-04-01 18:40:53] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.2.1235.5134.1775081408149185064.0",
            "[2026-04-01 18:40:53] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:53] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.30 seconds",
            "[2026-04-01 18:40:52] INFO Creating detection images in sub-task 640918be-406e-4574-961b-63d8a44c11d7",
            "[2026-04-01 18:40:52] INFO Updated the determination of 4 occurrences, left 6 unchanged",
            "[2026-04-01 18:40:52] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:52] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:52] INFO Determining occurrences for 10 detections for source image 41532",
            "[2026-04-01 18:40:52] INFO Created 15 new classifications, updated 2 existing classifications for 10 detections.",
            "[2026-04-01 18:40:52] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.2.1234.5133.1775081408146733577.0",
            "[2026-04-01 18:40:52] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:52] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.16 seconds",
            "[2026-04-01 18:40:52] INFO Creating detection images in sub-task 718b0171-884d-4a0c-8bf1-1370e0bca5f8",
            "[2026-04-01 18:40:52] INFO Cleaned up NATS resources for job 1264",
            "[2026-04-01 18:40:52] INFO Cleaned up Redis state for job 1264",
            "[2026-04-01 18:40:51] INFO Created 0 new detections, updated 10 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:51] INFO Updated job 1264 progress in stage 'results' to 99.92217898832685%",
            "[2026-04-01 18:40:51] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:51] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:51] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:51] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1235.5134.1775081408149185064.0",
            "[2026-04-01 18:40:51] INFO Creating detection images in sub-task 828850cf-6c38-4317-af0b-8b9085ba3630",
            "[2026-04-01 18:40:51] INFO Updated the determination of 6 occurrences, left 10 unchanged",
            "[2026-04-01 18:40:51] INFO Updated the determination of 4 occurrences, left 11 unchanged",
            "[2026-04-01 18:40:51] INFO Updated job 1264 progress in stage 'results' to 99.8443579766537%",
            "[2026-04-01 18:40:51] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.1.1279.5038.1775081408242574099.6",
            "[2026-04-01 18:40:51] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:51] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.60 seconds",
            "[2026-04-01 18:40:51] INFO Created 0 new detections, updated 9 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:51] INFO Updated 2 detections with occurrences",
            "[2026-04-01 18:40:51] INFO Created 2 new occurrences",
            "[2026-04-01 18:40:51] INFO Created 1 new occurrences",
            "[2026-04-01 18:40:51] INFO  Job 1264 progress: 1285/1285 images processed (100.0%), 0 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:50] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1234.5133.1775081408146733577.0",
            "[2026-04-01 18:40:50] INFO Determining occurrences for 15 detections for source image 45669",
            "[2026-04-01 18:40:50] INFO Created 28 new classifications, updated 0 existing classifications for 15 detections.",
            "[2026-04-01 18:40:50] INFO Updated 9 detections with occurrences",
            "[2026-04-01 18:40:50] INFO Created 9 new occurrences",
            "[2026-04-01 18:40:50] INFO Created 2 new detections, updated 14 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:50] INFO Determining occurrences for 20 detections for source image 4716699",
            "[2026-04-01 18:40:50] INFO Created 29 new classifications, updated 0 existing classifications for 20 detections.",
            "[2026-04-01 18:40:50] INFO  Job 1264 progress: 1285/1285 images processed (100.0%), 0 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:50] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1281.5040.1775081408246637056.4",
            "[2026-04-01 18:40:50] INFO Updated job 1264 progress in stage 'process' to 100.0%",
            "[2026-04-01 18:40:50] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:50] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:50] INFO  Job 1264 progress: 1284/1285 images processed (99.92217898832685%), 1 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:49] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1280.5039.1775081408244605299.5",
            "[2026-04-01 18:40:49] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.34 seconds",
            "[2026-04-01 18:40:49] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:49] INFO  Job 1264 progress: 1283/1285 images processed (99.8443579766537%), 2 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:49] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1279.5038.1775081408242574099.6",
            "[2026-04-01 18:40:49] INFO Updated the determination of 6 occurrences, left 0 unchanged",
            "[2026-04-01 18:40:49] INFO Determining occurrences for 10 detections for source image 41530",
            "[2026-04-01 18:40:49] INFO Created 18 new classifications, updated 0 existing classifications for 10 detections.",
            "[2026-04-01 18:40:49] INFO Updated the determination of 3 occurrences, left 3 unchanged",
            "[2026-04-01 18:40:49] INFO Updated 6 detections with occurrences",
            "[2026-04-01 18:40:49] INFO Updated 1 detections with occurrences",
            "[2026-04-01 18:40:49] INFO Created 6 new occurrences",
            "[2026-04-01 18:40:49] INFO Determining occurrences for 6 detections for source image 46202",
            "[2026-04-01 18:40:49] INFO Determining occurrences for 6 detections for source image 40874",
            "[2026-04-01 18:40:49] INFO Created 10 new classifications, updated 0 existing classifications for 6 detections.",
            "[2026-04-01 18:40:49] INFO Created 2 new detections, updated 8 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:49] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:48] INFO Created 1 new detections, updated 5 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:48] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1278.5037.1775081408240544044.7",
            "[2026-04-01 18:40:48] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:48] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:48] INFO  Job 1264 progress: 1281/1285 images processed (99.6887159533074%), 4 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:48] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1277.5036.1775081408238231315.8",
            "[2026-04-01 18:40:48] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:48] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.14 seconds",
            "[2026-04-01 18:40:48] INFO Updated job 1264 progress in stage 'results' to 99.45525291828794%",
            "[2026-04-01 18:40:48] INFO  Job 1264 progress: 1280/1285 images processed (99.61089494163424%), 5 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:48] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1276.5035.1775081408236223221.9",
            "[2026-04-01 18:40:48] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 0.83 seconds",
            "[2026-04-01 18:40:48] INFO Updated job 1264 progress in stage 'process' to 99.61089494163424%",
            "[2026-04-01 18:40:48] INFO Creating detection images in sub-task 882937ce-d101-43db-b8f7-0053627ef094",
            "[2026-04-01 18:40:48] INFO Updated the determination of 2 occurrences, left 4 unchanged",
            "[2026-04-01 18:40:48] INFO Updated job 1264 progress in stage 'results' to 99.37743190661479%",
            "[2026-04-01 18:40:48] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.3.1203.5131.1775081408084575362.0",
            "[2026-04-01 18:40:48] INFO Created 11 new occurrences",
            "[2026-04-01 18:40:48] INFO Determining occurrences for 11 detections for source image 40912",
            "[2026-04-01 18:40:48] INFO Created 19 new classifications, updated 0 existing classifications for 11 detections.",
            "[2026-04-01 18:40:48] INFO Determining occurrences for 6 detections for source image 46207",
            "[2026-04-01 18:40:47] INFO Created 10 new classifications, updated 0 existing classifications for 6 detections.",
            "[2026-04-01 18:40:47] INFO Creating detection images in sub-task 531feedf-80c2-4734-b51b-0d05feb1fda4",
            "[2026-04-01 18:40:47] INFO Updated the determination of 0 occurrences, left 19 unchanged",
            "[2026-04-01 18:40:47] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:47] INFO Created 11 new detections, updated 0 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:47] INFO  Job 1264 progress: 1279/1285 images processed (99.53307392996109%), 6 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:47] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1275.5034.1775081408234211516.10",
            "[2026-04-01 18:40:47] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:47] INFO  Job 1264 progress: 1278/1285 images processed (99.45525291828794%), 7 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:47] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1274.5033.1775081408232076822.11",
            "[2026-04-01 18:40:47] INFO Updated job 1264 progress in stage 'process' to 99.45525291828794%",
            "[2026-04-01 18:40:47] INFO Updated job 1264 progress in stage 'results' to 99.37743190661479%",
            "[2026-04-01 18:40:47] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.2.1233.5132.1775081408144690989.0",
            "[2026-04-01 18:40:47] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:47] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.31 seconds",
            "[2026-04-01 18:40:47] INFO Creating detection images in sub-task f05585f1-c37f-4f18-8e0d-9affcbcb6b23",
            "[2026-04-01 18:40:46] INFO Determining occurrences for 19 detections for source image 41266",
            "[2026-04-01 18:40:46] INFO Updated the determination of 0 occurrences, left 11 unchanged",
            "[2026-04-01 18:40:46] INFO Determining occurrences for 11 detections for source image 41410",
            "[2026-04-01 18:40:46] INFO Created 0 new classifications, updated 19 existing classifications for 11 detections.",
            "[2026-04-01 18:40:46] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.05 seconds",
            "[2026-04-01 18:40:46] INFO Creating detection images in sub-task b15ff36d-66c4-4943-99e9-56fad8fc0aa1",
            "[2026-04-01 18:40:46] INFO Updated job 1264 progress in stage 'results' to 99.37743190661479%",
            "[2026-04-01 18:40:46] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.3.1201.5129.1775081408080832917.0",
            "[2026-04-01 18:40:46] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:46] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.45 seconds",
            "[2026-04-01 18:40:46] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.3.1195.5123.1775081408066955035.0",
            "[2026-04-01 18:40:46] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:46] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:46] INFO Created 0 new detections, updated 19 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:45] INFO Updated the determination of 0 occurrences, left 14 unchanged",
            "[2026-04-01 18:40:45] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.3.1198.5126.1775081408073671518.0",
            "[2026-04-01 18:40:45] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:45] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.58 seconds",
            "[2026-04-01 18:40:45] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1233.5132.1775081408144690989.0",
            "[2026-04-01 18:40:45] INFO Creating detection images in sub-task c1830c44-0d93-49aa-a434-2ca8218ccda0",
            "[2026-04-01 18:40:45] INFO Created 0 new detections, updated 8 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:45] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 0.83 seconds",
            "[2026-04-01 18:40:45] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.3.1197.5125.1775081408070780049.0",
            "[2026-04-01 18:40:45] INFO Created 0 new classifications, updated 24 existing classifications for 14 detections.",
            "[2026-04-01 18:40:45] INFO  Job 1264 progress: 1277/1285 images processed (99.37743190661479%), 8 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:45] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.3.1202.5130.1775081408082797332.0",
            "[2026-04-01 18:40:45] INFO Creating detection images in sub-task becf2dc7-fc58-4860-a6eb-21f3db90e158",
            "[2026-04-01 18:40:45] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:45] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:45] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.3.1196.5124.1775081408068826133.0",
            "[2026-04-01 18:40:44] INFO Determining occurrences for 14 detections for source image 41052",
            "[2026-04-01 18:40:44] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:44] INFO Created 0 new classifications, updated 13 existing classifications for 8 detections.",
            "[2026-04-01 18:40:44] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.3.1201.5129.1775081408080832917.0",
            "[2026-04-01 18:40:44] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.3.1200.5128.1775081408078666948.0",
            "[2026-04-01 18:40:44] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:44] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:44] INFO Created 0 new detections, updated 14 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:44] INFO Updated job 1264 progress in stage 'results' to 99.37743190661479%",
            "[2026-04-01 18:40:44] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.3.1193.5121.1775081408062767972.0",
            "[2026-04-01 18:40:44] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:44] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.62 seconds",
            "[2026-04-01 18:40:44] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:44] INFO  Job 1264 progress: 1277/1285 images processed (99.37743190661479%), 8 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:44] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.3.1199.5127.1775081408076262337.0",
            "[2026-04-01 18:40:44] INFO Created 0 new detections, updated 7 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:43] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.3.1197.5125.1775081408070780049.0",
            "[2026-04-01 18:40:43] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.3.1194.5122.1775081408064793950.0",
            "[2026-04-01 18:40:43] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.05 seconds",
            "[2026-04-01 18:40:43] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.3.1196.5124.1775081408068826133.0",
            "[2026-04-01 18:40:43] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:43] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.09 seconds",
            "[2026-04-01 18:40:43] INFO Created 0 new classifications, updated 25 existing classifications for 14 detections.",
            "[2026-04-01 18:40:43] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.2.1216.5076.1775081408111599101.0",
            "[2026-04-01 18:40:43] INFO  Job 1264 progress: 1277/1285 images processed (99.37743190661479%), 8 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:43] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.3.1195.5123.1775081408066955035.0",
            "[2026-04-01 18:40:43] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 2.10 seconds",
            "[2026-04-01 18:40:43] INFO Determining occurrences for 8 detections for source image 46233",
            "[2026-04-01 18:40:43] INFO Created 0 new classifications, updated 14 existing classifications for 8 detections.",
            "[2026-04-01 18:40:43] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:43] INFO Updated the determination of 0 occurrences, left 18 unchanged",
            "[2026-04-01 18:40:42] INFO Determining occurrences for 7 detections for source image 45771",
            "[2026-04-01 18:40:42] INFO Created 0 new classifications, updated 13 existing classifications for 7 detections.",
            "[2026-04-01 18:40:42] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:42] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:42] INFO Determining occurrences for 20 detections for source image 45687",
            "[2026-04-01 18:40:42] INFO Created 0 new classifications, updated 37 existing classifications for 20 detections.",
            "[2026-04-01 18:40:42] INFO Creating detection images in sub-task 342eb63b-873c-4573-a6ae-da3f27f5ecaa",
            "[2026-04-01 18:40:42] INFO Created 0 new detections, updated 7 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:42] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.3.1194.5122.1775081408064793950.0",
            "[2026-04-01 18:40:42] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.3.1193.5121.1775081408062767972.0",
            "[2026-04-01 18:40:42] INFO  Job 1264 progress: 1277/1285 images processed (99.37743190661479%), 8 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:42] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.3.1192.5120.1775081408060669882.0",
            "[2026-04-01 18:40:42] INFO Determining occurrences for 18 detections for source image 41692",
            "[2026-04-01 18:40:42] INFO Created 0 new classifications, updated 30 existing classifications for 18 detections.",
            "[2026-04-01 18:40:42] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:42] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.50 seconds",
            "[2026-04-01 18:40:42] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:42] INFO Created 0 new detections, updated 29 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:42] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:41] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.3.1191.5119.1775081408058545929.0",
            "[2026-04-01 18:40:41] INFO Created 0 new detections, updated 20 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:41] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:41] INFO Updated the determination of 1 occurrences, left 10 unchanged",
            "[2026-04-01 18:40:41] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:41] INFO  Job 1264 progress: 1277/1285 images processed (99.37743190661479%), 8 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:41] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.3.1190.5118.1775081408055702422.0",
            "[2026-04-01 18:40:41] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.4.1121.5069.1775081407901178432.0",
            "[2026-04-01 18:40:41] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:41] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:41] INFO Creating detection images in sub-task 0612ddd3-2083-445a-99b1-20fde3ae7541",
            "[2026-04-01 18:40:41] INFO Determining occurrences for 12 detections for source image 45870",
            "[2026-04-01 18:40:41] INFO Created 22 new classifications, updated 2 existing classifications for 12 detections.",
            "[2026-04-01 18:40:41] INFO Determining occurrences for 11 detections for source image 45716",
            "[2026-04-01 18:40:41] INFO Created 15 new classifications, updated 3 existing classifications for 11 detections.",
            "[2026-04-01 18:40:41] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.4.1122.5070.1775081407903104032.0",
            "[2026-04-01 18:40:41] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1216.5076.1775081408111599101.0",
            "[2026-04-01 18:40:41] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1215.5075.1775081408109351095.0",
            "[2026-04-01 18:40:40] INFO Updated the determination of 0 occurrences, left 8 unchanged",
            "[2026-04-01 18:40:40] INFO Creating detection images in sub-task 357b8ab7-3a1b-4350-b24f-e362eabd3f85",
            "[2026-04-01 18:40:40] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:40] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:40] INFO Updated job 1264 progress in stage 'results' to 99.37743190661479%",
            "[2026-04-01 18:40:40] INFO Determining occurrences for 17 detections for source image 41636",
            "[2026-04-01 18:40:40] INFO  Job 1264 progress: 1277/1285 images processed (99.37743190661479%), 8 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:40] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1214.5074.1775081408106800882.0",
            "[2026-04-01 18:40:40] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:40] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:40] INFO Updated the determination of 0 occurrences, left 13 unchanged",
            "[2026-04-01 18:40:40] INFO Created 0 new classifications, updated 12 existing classifications for 7 detections.",
            "[2026-04-01 18:40:40] INFO Created 0 new detections, updated 8 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:40] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:40] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.58 seconds",
            "[2026-04-01 18:40:39] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:39] INFO Created 0 new detections, updated 7 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:39] INFO Updated the determination of 0 occurrences, left 14 unchanged",
            "[2026-04-01 18:40:39] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:39] INFO  Job 1264 progress: 1277/1285 images processed (99.37743190661479%), 8 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:39] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.4.1122.5070.1775081407903104032.0",
            "[2026-04-01 18:40:39] INFO Creating detection images in sub-task 38a1044c-09ab-47fb-8ddc-939f66e0ce65",
            "[2026-04-01 18:40:39] INFO Updated job 1264 progress in stage 'process' to 99.37743190661479%",
            "[2026-04-01 18:40:39] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:39] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:39] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:39] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.40 seconds",
            "[2026-04-01 18:40:39] INFO Creating detection images in sub-task 9a15dc51-c5c8-4ec8-b647-6f8c3706a4bf",
            "[2026-04-01 18:40:39] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.3.1175.5103.1775081408024341969.0",
            "[2026-04-01 18:40:39] INFO Updated the determination of 0 occurrences, left 13 unchanged",
            "[2026-04-01 18:40:39] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 2.11 seconds",
            "[2026-04-01 18:40:38] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:38] INFO Creating detection images in sub-task 40ee7e4c-316e-4ada-8c7e-0df1a101c13e",
            "[2026-04-01 18:40:38] INFO Updated the determination of 0 occurrences, left 14 unchanged",
            "[2026-04-01 18:40:38] INFO Determining occurrences for 18 detections for source image 41270",
            "[2026-04-01 18:40:38] INFO Created 0 new classifications, updated 29 existing classifications for 18 detections.",
            "[2026-04-01 18:40:38] INFO Created 0 new detections, updated 12 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:38] INFO Created 0 new classifications, updated 24 existing classifications for 13 detections.",
            "[2026-04-01 18:40:38] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:38] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:38] INFO Determining occurrences for 10 detections for source image 41068",
            "[2026-04-01 18:40:38] INFO Created 0 new classifications, updated 17 existing classifications for 10 detections.",
            "[2026-04-01 18:40:38] INFO Creating detection images in sub-task c759ff21-a74a-43c0-827b-e07a77deadf9",
            "[2026-04-01 18:40:38] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.3.1178.5106.1775081408031145875.0",
            "[2026-04-01 18:40:38] INFO Updated job 1264 progress in stage 'process' to 99.37743190661479%",
            "[2026-04-01 18:40:38] INFO Created 0 new detections, updated 18 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:38] INFO Created 0 new detections, updated 13 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:38] INFO Updated job 1264 progress in stage 'results' to 99.37743190661479%",
            "[2026-04-01 18:40:38] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.1.1222.4902.1775081408122774249.63",
            "[2026-04-01 18:40:38] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:37] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.58 seconds",
            "[2026-04-01 18:40:37] INFO Creating detection images in sub-task ddc85fac-c101-4e94-a2a0-321a52870120",
            "[2026-04-01 18:40:37] INFO  Job 1264 progress: 1277/1285 images processed (99.37743190661479%), 8 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:37] INFO Updated the determination of 0 occurrences, left 10 unchanged",
            "[2026-04-01 18:40:37] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:37] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:37] INFO Determining occurrences for 10 detections for source image 41536",
            "[2026-04-01 18:40:37] INFO Created 0 new classifications, updated 17 existing classifications for 10 detections.",
            "[2026-04-01 18:40:36] INFO Created 0 new classifications, updated 35 existing classifications for 20 detections.",
            "[2026-04-01 18:40:36] INFO Updated job 1264 progress in stage 'process' to 99.37743190661479%",
            "[2026-04-01 18:40:36] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:36] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.21 seconds",
            "[2026-04-01 18:40:36] INFO Updated job 1264 progress in stage 'results' to 99.37743190661479%",
            "[2026-04-01 18:40:36] INFO Created 0 new detections, updated 10 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:36] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.1.1219.4899.1775081408117712688.66",
            "[2026-04-01 18:40:36] INFO Updated the determination of 0 occurrences, left 6 unchanged",
            "[2026-04-01 18:40:36] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.34 seconds",
            "[2026-04-01 18:40:36] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1224.4904.1775081408126320256.61",
            "[2026-04-01 18:40:36] INFO  Job 1264 progress: 1277/1285 images processed (99.37743190661479%), 8 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:36] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:36] INFO Created 4 new classifications, updated 10 existing classifications for 7 detections.",
            "[2026-04-01 18:40:36] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.2.1223.5083.1775081408124533693.0",
            "[2026-04-01 18:40:35] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.1.1218.4898.1775081408115315501.67",
            "[2026-04-01 18:40:35] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:35] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 0.99 seconds",
            "[2026-04-01 18:40:35] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:35] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:35] INFO Updated the determination of 2 occurrences, left 2 unchanged",
            "[2026-04-01 18:40:35] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:35] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1221.4901.1775081408120931353.64",
            "[2026-04-01 18:40:35] INFO Updated 20 detections with occurrences",
            "[2026-04-01 18:40:35] INFO Created 23 new classifications, updated 0 existing classifications for 13 detections.",
            "[2026-04-01 18:40:35] INFO Determining occurrences for 20 detections for source image 41184",
            "[2026-04-01 18:40:35] INFO Created 35 new classifications, updated 0 existing classifications for 20 detections.",
            "[2026-04-01 18:40:35] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.75 seconds",
            "[2026-04-01 18:40:35] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:35] INFO Creating detection images in sub-task 88bf631e-abef-4d62-b2bd-0d94f1d139dc",
            "[2026-04-01 18:40:35] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1219.4899.1775081408117712688.66",
            "[2026-04-01 18:40:34] INFO Updated the determination of 0 occurrences, left 2 unchanged",
            "[2026-04-01 18:40:34] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:34] INFO Determining occurrences for 2 detections for source image 46092",
            "[2026-04-01 18:40:34] INFO Created 0 new classifications, updated 3 existing classifications for 2 detections.",
            "[2026-04-01 18:40:34] INFO Updated job 1264 progress in stage 'process' to 99.37743190661479%",
            "[2026-04-01 18:40:34] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:34] INFO Created 2 new occurrences",
            "[2026-04-01 18:40:34] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:34] INFO Determining occurrences for 7 detections for source image 46143",
            "[2026-04-01 18:40:34] INFO Created 14 new classifications, updated 0 existing classifications for 7 detections.",
            "[2026-04-01 18:40:34] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:34] INFO  Job 1264 progress: 1277/1285 images processed (99.37743190661479%), 8 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:34] INFO Created 20 new detections, updated 0 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:33] INFO Created 2 new detections, updated 5 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:33] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:33] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:33] INFO  Job 1264 progress: 1275/1285 images processed (99.22178988326849%), 10 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:33] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1222.5082.1775081408122774249.0",
            "[2026-04-01 18:40:33] INFO Updated the determination of 8 occurrences, left 0 unchanged",
            "[2026-04-01 18:40:32] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.54 seconds",
            "[2026-04-01 18:40:32] INFO Creating detection images in sub-task 1d03bb50-70f7-4efc-a86a-5be9018ccb17",
            "[2026-04-01 18:40:32] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:32] INFO Updated 8 detections with occurrences",
            "[2026-04-01 18:40:32] INFO Created 8 new occurrences",
            "[2026-04-01 18:40:32] INFO Creating detection images in sub-task 24a44e7b-3281-40c4-8846-ce14d906d04e",
            "[2026-04-01 18:40:32] INFO Created 6 new detections, updated 0 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:32] INFO Determining occurrences for 8 detections for source image 45963",
            "[2026-04-01 18:40:32] INFO Created 16 new classifications, updated 0 existing classifications for 8 detections.",
            "[2026-04-01 18:40:32] INFO Created 4 new occurrences",
            "[2026-04-01 18:40:32] INFO Updated 2 detections with occurrences",
            "[2026-04-01 18:40:32] INFO Created 2 new occurrences",
            "[2026-04-01 18:40:32] INFO  Job 1264 progress: 1273/1285 images processed (99.06614785992218%), 12 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:32] INFO Determining occurrences for 2 detections for source image 46092",
            "[2026-04-01 18:40:31] INFO Created 3 new classifications, updated 0 existing classifications for 2 detections.",
            "[2026-04-01 18:40:31] INFO Determining occurrences for 12 detections for source image 41015",
            "[2026-04-01 18:40:31] INFO Created 0 new classifications, updated 21 existing classifications for 12 detections.",
            "[2026-04-01 18:40:31] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:31] INFO  Job 1264 progress: 1270/1285 images processed (98.83268482490273%), 15 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:31] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1218.5078.1775081408115315501.0",
            "[2026-04-01 18:40:31] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:31] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:31] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:31] INFO Determining occurrences for 13 detections for source image 41311",
            "[2026-04-01 18:40:31] INFO Created 0 new classifications, updated 21 existing classifications for 13 detections.",
            "[2026-04-01 18:40:31] INFO Updated the determination of 2 occurrences, left 9 unchanged",
            "[2026-04-01 18:40:31] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:30] INFO Creating detection images in sub-task 0c4ef097-b859-430c-9477-9e4c7de0ab8a",
            "[2026-04-01 18:40:30] INFO Creating detection images in sub-task cc41a1b4-e421-4907-b4ca-8c21a65b8c70",
            "[2026-04-01 18:40:30] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:30] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.2.1225.5085.1775081408129998642.0",
            "[2026-04-01 18:40:30] INFO Creating detection images in sub-task 5d2870ec-82b9-448a-b311-50b27d8edd0a",
            "[2026-04-01 18:40:30] INFO Created 16 new classifications, updated 6 existing classifications for 11 detections.",
            "[2026-04-01 18:40:30] INFO Updated the determination of 1 occurrences, left 9 unchanged",
            "[2026-04-01 18:40:30] INFO Determining occurrences for 9 detections for source image 40903",
            "[2026-04-01 18:40:30] INFO Created 0 new classifications, updated 15 existing classifications for 9 detections.",
            "[2026-04-01 18:40:30] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:30] INFO  Job 1264 progress: 1269/1285 images processed (98.75486381322958%), 16 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:30] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1230.5090.1775081408139438788.0",
            "[2026-04-01 18:40:30] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:30] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:30] INFO Created 0 new detections, updated 9 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:29] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.1.1210.4887.1775081408099004013.75",
            "[2026-04-01 18:40:29] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:29] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1227.5087.1775081408133765147.0",
            "[2026-04-01 18:40:29] INFO Created 0 new detections, updated 10 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:29] INFO Updated job 1264 progress in stage 'results' to 98.75486381322958%",
            "[2026-04-01 18:40:29] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:29] INFO  Job 1264 progress: 1269/1285 images processed (98.75486381322958%), 16 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:29] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1225.5085.1775081408129998642.0",
            "[2026-04-01 18:40:29] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 3.02 seconds",
            "[2026-04-01 18:40:28] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:27] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 2.33 seconds",
            "[2026-04-01 18:40:27] INFO Updated the determination of 0 occurrences, left 9 unchanged",
            "[2026-04-01 18:40:27] INFO Updated the determination of 3 occurrences, left 4 unchanged",
            "[2026-04-01 18:40:27] INFO Updated the determination of 0 occurrences, left 12 unchanged",
            "[2026-04-01 18:40:27] INFO Created 0 new detections, updated 6 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:27] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:27] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:27] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:27] INFO Determining occurrences for 9 detections for source image 45782",
            "[2026-04-01 18:40:27] INFO Created 0 new classifications, updated 15 existing classifications for 9 detections.",
            "[2026-04-01 18:40:26] INFO Updated job 1264 progress in stage 'process' to 98.75486381322958%",
            "[2026-04-01 18:40:26] INFO Determining occurrences for 12 detections for source image 41456",
            "[2026-04-01 18:40:26] INFO Created 0 new classifications, updated 20 existing classifications for 12 detections.",
            "[2026-04-01 18:40:26] INFO Created 0 new detections, updated 9 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:26] INFO Updated job 1264 progress in stage 'results' to 98.75486381322958%",
            "[2026-04-01 18:40:26] INFO Created 0 new detections, updated 7 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:26] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:26] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:26] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1209.4886.1775081408096501179.76",
            "[2026-04-01 18:40:26] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1208.4885.1775081408094513036.77",
            "[2026-04-01 18:40:25] INFO Updated job 1264 progress in stage 'results' to 98.75486381322958%",
            "[2026-04-01 18:40:25] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.1.1206.4883.1775081408090766025.79",
            "[2026-04-01 18:40:25] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:25] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 0.79 seconds",
            "[2026-04-01 18:40:25] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.1.1204.4881.1775081408086487323.81",
            "[2026-04-01 18:40:25] INFO Creating detection images in sub-task 527507b2-e343-41c0-b99a-c65da8ab9ae1",
            "[2026-04-01 18:40:25] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.01 seconds",
            "[2026-04-01 18:40:25] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1207.4884.1775081408092511154.78",
            "[2026-04-01 18:40:25] INFO Created 20 new classifications, updated 2 existing classifications for 12 detections.",
            "[2026-04-01 18:40:25] INFO Updated the determination of 0 occurrences, left 7 unchanged",
            "[2026-04-01 18:40:25] INFO Determining occurrences for 5 detections for source image 46313",
            "[2026-04-01 18:40:25] INFO Created 0 new classifications, updated 7 existing classifications for 5 detections.",
            "[2026-04-01 18:40:25] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:25] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:25] INFO Determining occurrences for 7 detections for source image 46035",
            "[2026-04-01 18:40:25] INFO Created 0 new classifications, updated 13 existing classifications for 7 detections.",
            "[2026-04-01 18:40:25] INFO Created 0 new detections, updated 5 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:25] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:25] INFO Created 0 new detections, updated 12 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:24] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1206.4883.1775081408090766025.79",
            "[2026-04-01 18:40:24] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:24] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:24] INFO  Job 1264 progress: 1269/1285 images processed (98.75486381322958%), 16 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:24] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1204.4881.1775081408086487323.81",
            "[2026-04-01 18:40:24] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.25 seconds",
            "[2026-04-01 18:40:24] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.2.1209.5066.1775081408096501179.0",
            "[2026-04-01 18:40:24] INFO Creating detection images in sub-task 7a9f469c-3f25-492b-8268-48974568189c",
            "[2026-04-01 18:40:24] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.33 seconds",
            "[2026-04-01 18:40:24] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:24] INFO Creating detection images in sub-task 9010e6eb-9dc7-4352-994f-d269a7a59225",
            "[2026-04-01 18:40:24] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.2.1207.5064.1775081408092511154.0",
            "[2026-04-01 18:40:24] INFO Creating detection images in sub-task 84e8e6af-ed2c-4e3d-af0d-dee1fae58a6b",
            "[2026-04-01 18:40:24] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.76 seconds",
            "[2026-04-01 18:40:24] INFO Updated the determination of 6 occurrences, left 0 unchanged",
            "[2026-04-01 18:40:23] INFO Created 4 new occurrences",
            "[2026-04-01 18:40:23] INFO Updated job 1264 progress in stage 'results' to 98.44357976653697%",
            "[2026-04-01 18:40:23] INFO Determining occurrences for 10 detections for source image 41440",
            "[2026-04-01 18:40:23] INFO Created 17 new classifications, updated 0 existing classifications for 10 detections.",
            "[2026-04-01 18:40:23] INFO Created 9 new occurrences",
            "[2026-04-01 18:40:23] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.2.1206.5063.1775081408090766025.0",
            "[2026-04-01 18:40:23] INFO Determining occurrences for 6 detections for source image 46191",
            "[2026-04-01 18:40:23] INFO Created 11 new classifications, updated 0 existing classifications for 6 detections.",
            "[2026-04-01 18:40:23] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.2.1205.5062.1775081408088750210.0",
            "[2026-04-01 18:40:23] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:23] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.94 seconds",
            "[2026-04-01 18:40:23] INFO Updated 12 detections with occurrences",
            "[2026-04-01 18:40:23] INFO Updated the determination of 5 occurrences, left 0 unchanged",
            "[2026-04-01 18:40:23] INFO Determining occurrences for 12 detections for source image 41456",
            "[2026-04-01 18:40:23] INFO Updated 7 detections with occurrences",
            "[2026-04-01 18:40:23] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:23] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1211.5068.1775081408100947831.0",
            "[2026-04-01 18:40:23] INFO Determining occurrences for 7 detections for source image 46254",
            "[2026-04-01 18:40:23] INFO  Job 1264 progress: 1268/1285 images processed (98.67704280155642%), 17 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:22] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1210.5067.1775081408099004013.0",
            "[2026-04-01 18:40:22] INFO  Job 1264 progress: 1267/1285 images processed (98.59922178988327%), 18 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:22] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1209.5066.1775081408096501179.0",
            "[2026-04-01 18:40:22] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.80 seconds",
            "[2026-04-01 18:40:22] INFO Created 1 new detections, updated 6 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:22] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:22] INFO Updated the determination of 7 occurrences, left 0 unchanged",
            "[2026-04-01 18:40:21] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:21] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.08 seconds",
            "[2026-04-01 18:40:21] INFO Created 7 new occurrences",
            "[2026-04-01 18:40:21] INFO Updated the determination of 0 occurrences, left 7 unchanged",
            "[2026-04-01 18:40:21] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:21] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.68 seconds",
            "[2026-04-01 18:40:21] INFO Creating detection images in sub-task 2c1766a2-e0e4-4d7d-99fd-c4444f2124b9",
            "[2026-04-01 18:40:21] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:21] INFO Creating detection images in sub-task 3ccf87d0-39c2-43e0-aecd-30088cbb6249",
            "[2026-04-01 18:40:21] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.3.1158.5042.1775081407988868738.4",
            "[2026-04-01 18:40:21] INFO Determining occurrences for 17 detections for source image 45670",
            "[2026-04-01 18:40:21] INFO Created 0 new classifications, updated 31 existing classifications for 17 detections.",
            "[2026-04-01 18:40:20] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:20] INFO  Job 1264 progress: 1262/1285 images processed (98.2101167315175%), 23 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:20] INFO Updated the determination of 0 occurrences, left 13 unchanged",
            "[2026-04-01 18:40:20] INFO Created 0 new classifications, updated 6 existing classifications for 3 detections.",
            "[2026-04-01 18:40:20] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:20] INFO  Job 1264 progress: 1261/1285 images processed (98.13229571984435%), 24 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:20] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.3.1164.5048.1775081408001001554.4",
            "[2026-04-01 18:40:20] INFO Updated job 1264 progress in stage 'process' to 98.13229571984435%",
            "[2026-04-01 18:40:20] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.3.1157.5041.1775081407986921856.4",
            "[2026-04-01 18:40:20] INFO Created 0 new classifications, updated 28 existing classifications for 17 detections.",
            "[2026-04-01 18:40:20] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:20] INFO Updated job 1264 progress in stage 'results' to 98.13229571984435%",
            "[2026-04-01 18:40:20] INFO Determining occurrences for 13 detections for source image 45883",
            "[2026-04-01 18:40:20] INFO Created 0 new classifications, updated 25 existing classifications for 13 detections.",
            "[2026-04-01 18:40:20] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:20] INFO Creating detection images in sub-task fbc61465-be2b-43fc-9ad5-642f0742729a",
            "[2026-04-01 18:40:20] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.3.1161.5045.1775081407994975569.4",
            "[2026-04-01 18:40:19] INFO Creating detection images in sub-task c9be2d95-a71b-409d-ba14-e589f739156d",
            "[2026-04-01 18:40:19] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.2.1163.4871.1775081407999168674.82",
            "[2026-04-01 18:40:19] INFO Created 0 new detections, updated 17 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:19] INFO Created 0 new detections, updated 13 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:19] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.83 seconds",
            "[2026-04-01 18:40:19] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:19] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:19] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.3.1159.5043.1775081407990732259.4",
            "[2026-04-01 18:40:19] INFO Updated the determination of 0 occurrences, left 13 unchanged",
            "[2026-04-01 18:40:19] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:19] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:19] INFO Created 0 new detections, updated 9 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:19] INFO Created 0 new classifications, updated 12 existing classifications for 7 detections.",
            "[2026-04-01 18:40:19] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.49 seconds",
            "[2026-04-01 18:40:19] INFO Updated the determination of 1 occurrences, left 16 unchanged",
            "[2026-04-01 18:40:19] INFO Creating detection images in sub-task 7e01b92d-50ba-47f2-9e59-8c3bdb8c2db1",
            "[2026-04-01 18:40:19] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:18] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:18] INFO Updated the determination of 0 occurrences, left 3 unchanged",
            "[2026-04-01 18:40:18] INFO Updated job 1264 progress in stage 'results' to 98.13229571984435%",
            "[2026-04-01 18:40:18] INFO  Job 1264 progress: 1261/1285 images processed (98.13229571984435%), 24 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:18] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.3.1157.5041.1775081407986921856.4",
            "[2026-04-01 18:40:18] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:18] INFO Determining occurrences for 3 detections for source image 45749",
            "[2026-04-01 18:40:17] INFO Created 0 new classifications, updated 6 existing classifications for 3 detections.",
            "[2026-04-01 18:40:17] INFO Updated the determination of 0 occurrences, left 13 unchanged",
            "[2026-04-01 18:40:17] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:17] INFO Created 0 new detections, updated 13 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:17] INFO Created 24 new classifications, updated 4 existing classifications for 17 detections.",
            "[2026-04-01 18:40:17] INFO Creating detection images in sub-task cc1ec53e-b4e8-4a3b-a0b8-a544ce3dc3d2",
            "[2026-04-01 18:40:17] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:17] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:17] INFO Updated the determination of 0 occurrences, left 9 unchanged",
            "[2026-04-01 18:40:17] INFO Determining occurrences for 13 detections for source image 45883",
            "[2026-04-01 18:40:17] INFO  Job 1264 progress: 1261/1285 images processed (98.13229571984435%), 24 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:17] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1161.4869.1775081407994975569.82",
            "[2026-04-01 18:40:17] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.82 seconds",
            "[2026-04-01 18:40:17] INFO Updated job 1264 progress in stage 'results' to 97.97665369649805%",
            "[2026-04-01 18:40:17] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:17] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.1.1283.5050.1775081408250972248.2",
            "[2026-04-01 18:40:17] INFO Determining occurrences for 9 detections for source image 41404",
            "[2026-04-01 18:40:17] INFO Created 0 new detections, updated 17 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:17] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.56 seconds",
            "[2026-04-01 18:40:17] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:16] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.1.1273.5016.1775081408230049715.12",
            "[2026-04-01 18:40:16] INFO Determining occurrences for 17 detections for source image 41639",
            "[2026-04-01 18:40:16] INFO Created 28 new classifications, updated 0 existing classifications for 17 detections.",
            "[2026-04-01 18:40:16] INFO Creating detection images in sub-task 4dcc4ba0-a36f-4262-887c-12d25c249dce",
            "[2026-04-01 18:40:16] INFO Updated the determination of 12 occurrences, left 0 unchanged",
            "[2026-04-01 18:40:16] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:16] INFO Updated 4 detections with occurrences",
            "[2026-04-01 18:40:16] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1158.4866.1775081407988868738.82",
            "[2026-04-01 18:40:16] INFO Updated 12 detections with occurrences",
            "[2026-04-01 18:40:16] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1157.4865.1775081407986921856.82",
            "[2026-04-01 18:40:16] INFO Determining occurrences for 9 detections for source image 45852",
            "[2026-04-01 18:40:16] INFO Created 18 new classifications, updated 0 existing classifications for 9 detections.",
            "[2026-04-01 18:40:16] INFO Created 20 new classifications, updated 0 existing classifications for 12 detections.",
            "[2026-04-01 18:40:16] INFO Created 17 new detections, updated 0 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:16] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:16] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.74 seconds",
            "[2026-04-01 18:40:16] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.35 seconds",
            "[2026-04-01 18:40:16] INFO Creating detection images in sub-task a2850cfb-16fa-458e-87fc-745822f2cbae",
            "[2026-04-01 18:40:16] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:16] INFO Updated the determination of 1 occurrences, left 14 unchanged",
            "[2026-04-01 18:40:15] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1285.5052.1775081408254977190.0",
            "[2026-04-01 18:40:15] INFO Updated the determination of 8 occurrences, left 0 unchanged",
            "[2026-04-01 18:40:15] INFO Created 13 new occurrences",
            "[2026-04-01 18:40:15] INFO Created 2 new detections, updated 14 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:15] INFO Created 9 new detections, updated 0 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:15] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1284.5051.1775081408253020455.1",
            "[2026-04-01 18:40:15] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:15] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:15] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1283.5050.1775081408250972248.2",
            "[2026-04-01 18:40:15] INFO Updated the determination of 3 occurrences, left 0 unchanged",
            "[2026-04-01 18:40:15] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:15] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:14] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.1.1268.5011.1775081408219535966.17",
            "[2026-04-01 18:40:14] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.61 seconds",
            "[2026-04-01 18:40:14] INFO Updated job 1264 progress in stage 'process' to 97.7431906614786%",
            "[2026-04-01 18:40:14] INFO Updated the determination of 10 occurrences, left 6 unchanged",
            "[2026-04-01 18:40:14] INFO Updated the determination of 0 occurrences, left 13 unchanged",
            "[2026-04-01 18:40:14] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1271.5014.1775081408225796537.14",
            "[2026-04-01 18:40:14] INFO Updated job 1264 progress in stage 'process' to 97.66536964980544%",
            "[2026-04-01 18:40:14] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:14] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 2.17 seconds",
            "[2026-04-01 18:40:14] INFO  Job 1264 progress: 1254/1285 images processed (97.58754863813229%), 31 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:13] INFO Updated the determination of 0 occurrences, left 13 unchanged",
            "[2026-04-01 18:40:13] INFO Created 28 new classifications, updated 0 existing classifications for 16 detections.",
            "[2026-04-01 18:40:13] INFO Determining occurrences for 13 detections for source image 41587",
            "[2026-04-01 18:40:13] INFO Created 1 new detections, updated 3 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:13] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:13] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:13] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:13] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:13] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1268.5011.1775081408219535966.17",
            "[2026-04-01 18:40:13] INFO Determining occurrences for 13 detections for source image 41188",
            "[2026-04-01 18:40:13] INFO Created 0 new classifications, updated 23 existing classifications for 13 detections.",
            "[2026-04-01 18:40:13] INFO Created 0 new detections, updated 13 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:13] INFO Created 0 new detections, updated 9 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:12] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.3.1144.5020.1775081407953846947.12",
            "[2026-04-01 18:40:12] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 2.53 seconds",
            "[2026-04-01 18:40:12] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.3.1142.5018.1775081407948982046.12",
            "[2026-04-01 18:40:12] INFO Creating detection images in sub-task a3a8eea2-c3e8-4a67-b6eb-fa6da25b0101",
            "[2026-04-01 18:40:12] INFO Creating detection images in sub-task 57dcd7b5-4cb3-47ac-9472-45abf54f3dea",
            "[2026-04-01 18:40:12] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:12] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:12] INFO  Job 1264 progress: 1249/1285 images processed (97.19844357976653%), 36 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:12] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:12] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:12] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 2.36 seconds",
            "[2026-04-01 18:40:12] INFO Created 0 new detections, updated 11 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:12] INFO Creating detection images in sub-task dee2aed6-5ed9-477a-93e5-fbf206182120",
            "[2026-04-01 18:40:11] INFO Updated the determination of 0 occurrences, left 12 unchanged",
            "[2026-04-01 18:40:10] INFO Determining occurrences for 14 detections for source image 41583",
            "[2026-04-01 18:40:10] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:10] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:10] INFO Determining occurrences for 12 detections for source image 40998",
            "[2026-04-01 18:40:10] INFO Determining occurrences for 8 detections for source image 46042",
            "[2026-04-01 18:40:10] INFO Created 0 new classifications, updated 32 existing classifications for 17 detections.",
            "[2026-04-01 18:40:10] INFO  Job 1264 progress: 1249/1285 images processed (97.19844357976653%), 36 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:10] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.3.1144.5020.1775081407953846947.12",
            "[2026-04-01 18:40:10] INFO Updated job 1264 progress in stage 'process' to 97.19844357976653%",
            "[2026-04-01 18:40:10] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.3.1152.5028.1775081407976069718.12",
            "[2026-04-01 18:40:10] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.71 seconds",
            "[2026-04-01 18:40:10] INFO Created 0 new detections, updated 8 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:10] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:10] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.31 seconds",
            "[2026-04-01 18:40:10] INFO Updated the determination of 0 occurrences, left 18 unchanged",
            "[2026-04-01 18:40:10] INFO Creating detection images in sub-task 4dc776ab-fea8-41af-a3d4-4e37a439c91e",
            "[2026-04-01 18:40:10] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:09] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:09] INFO Created 0 new classifications, updated 35 existing classifications for 20 detections.",
            "[2026-04-01 18:40:09] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.3.1156.5032.1775081407984779409.12",
            "[2026-04-01 18:40:09] INFO Creating detection images in sub-task 3e38b9fa-1ead-4175-ad3b-ea7879a45811",
            "[2026-04-01 18:40:09] INFO Updated job 1264 progress in stage 'results' to 97.19844357976653%",
            "[2026-04-01 18:40:09] INFO Created 0 new classifications, updated 30 existing classifications for 18 detections.",
            "[2026-04-01 18:40:09] INFO Created 0 new classifications, updated 18 existing classifications for 9 detections.",
            "[2026-04-01 18:40:09] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.47 seconds",
            "[2026-04-01 18:40:09] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.5.1096.4855.1775081407850728808.82",
            "[2026-04-01 18:40:09] INFO Creating detection images in sub-task 069343c7-cc3a-4cdf-8153-4a5fc7934bb6",
            "[2026-04-01 18:40:09] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.64 seconds",
            "[2026-04-01 18:40:09] INFO Created 0 new detections, updated 20 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:09] INFO Updated the determination of 0 occurrences, left 10 unchanged",
            "[2026-04-01 18:40:09] INFO Updated the determination of 0 occurrences, left 14 unchanged",
            "[2026-04-01 18:40:08] INFO Created 0 new detections, updated 9 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:08] INFO Created 0 new detections, updated 18 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:08] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:08] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:08] INFO Determining occurrences for 19 detections for source image 41125",
            "[2026-04-01 18:40:08] INFO Created 0 new classifications, updated 32 existing classifications for 19 detections.",
            "[2026-04-01 18:40:08] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:08] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.5.1095.4854.1775081407848882084.82",
            "[2026-04-01 18:40:08] INFO Determining occurrences for 14 detections for source image 41581",
            "[2026-04-01 18:40:08] INFO Created 0 new classifications, updated 21 existing classifications for 14 detections.",
            "[2026-04-01 18:40:08] INFO Updated job 1264 progress in stage 'process' to 97.19844357976653%",
            "[2026-04-01 18:40:08] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:08] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.55 seconds",
            "[2026-04-01 18:40:08] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.5.1093.4852.1775081407845099712.82",
            "[2026-04-01 18:40:08] INFO Creating detection images in sub-task 749be40f-344f-442e-a12d-ab1e2dddc794",
            "[2026-04-01 18:40:08] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:08] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.36 seconds",
            "[2026-04-01 18:40:08] INFO  Job 1264 progress: 1249/1285 images processed (97.19844357976653%), 36 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:08] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.3.1151.5027.1775081407972983139.12",
            "[2026-04-01 18:40:07] INFO Created 0 new detections, updated 14 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:07] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:07] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.3.1150.5026.1775081407970775677.12",
            "[2026-04-01 18:40:07] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:07] INFO  Job 1264 progress: 1249/1285 images processed (97.19844357976653%), 36 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:07] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.5.1096.4855.1775081407850728808.82",
            "[2026-04-01 18:40:07] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:07] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:07] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:07] INFO Creating detection images in sub-task eb58336b-2888-4993-bad7-a62966edfa52",
            "[2026-04-01 18:40:07] INFO Updated job 1264 progress in stage 'results' to 97.12062256809338%",
            "[2026-04-01 18:40:07] INFO Updated the determination of 2 occurrences, left 11 unchanged",
            "[2026-04-01 18:40:06] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.5.1095.4854.1775081407848882084.82",
            "[2026-04-01 18:40:06] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:06] INFO Updated the determination of 0 occurrences, left 9 unchanged",
            "[2026-04-01 18:40:06] INFO Updated job 1264 progress in stage 'results' to 97.04280155642023%",
            "[2026-04-01 18:40:06] INFO  Job 1264 progress: 1249/1285 images processed (97.19844357976653%), 36 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:06] INFO Updated the determination of 31 occurrences, left 3 unchanged",
            "[2026-04-01 18:40:05] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:05] INFO Determining occurrences for 7 detections for source image 46020",
            "[2026-04-01 18:40:05] INFO Created 24 new classifications, updated 0 existing classifications for 13 detections.",
            "[2026-04-01 18:40:05] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.1.1264.5007.1775081408207188902.21",
            "[2026-04-01 18:40:05] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:05] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 0.97 seconds",
            "[2026-04-01 18:40:05] INFO Updated 6 detections with occurrences",
            "[2026-04-01 18:40:05] INFO Created 6 new occurrences",
            "[2026-04-01 18:40:05] INFO Created 0 new detections, updated 7 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:05] INFO Updated the determination of 2 occurrences, left 1 unchanged",
            "[2026-04-01 18:40:05] INFO Updated 7 detections with occurrences",
            "[2026-04-01 18:40:05] INFO Determining occurrences for 34 detections for source image 4716680",
            "[2026-04-01 18:40:05] INFO Created 66 new classifications, updated 0 existing classifications for 34 detections.",
            "[2026-04-01 18:40:05] INFO Updated 1 detections with occurrences",
            "[2026-04-01 18:40:05] INFO Created 13 new classifications, updated 0 existing classifications for 7 detections.",
            "[2026-04-01 18:40:05] INFO Updated job 1264 progress in stage 'process' to 97.19844357976653%",
            "[2026-04-01 18:40:05] INFO Determining occurrences for 3 detections for source image 45755",
            "[2026-04-01 18:40:05] INFO Created 6 new classifications, updated 0 existing classifications for 3 detections.",
            "[2026-04-01 18:40:05] INFO Updated job 1264 progress in stage 'results' to 96.80933852140078%",
            "[2026-04-01 18:40:05] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.1.1259.5002.1775081408197973178.26",
            "[2026-04-01 18:40:04] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:04] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.84 seconds",
            "[2026-04-01 18:40:04] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:04] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:04] INFO Determining occurrences for 19 detections for source image 41204",
            "[2026-04-01 18:40:04] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1264.5007.1775081408207188902.21",
            "[2026-04-01 18:40:04] INFO Updated job 1264 progress in stage 'process' to 97.12062256809338%",
            "[2026-04-01 18:40:03] INFO Updated job 1264 progress in stage 'process' to 97.04280155642023%",
            "[2026-04-01 18:40:03] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.1.1260.5003.1775081408200087153.25",
            "[2026-04-01 18:40:03] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.1.1258.5001.1775081408196286306.27",
            "[2026-04-01 18:40:03] INFO Updated 12 detections with occurrences",
            "[2026-04-01 18:40:03] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 0.58 seconds",
            "[2026-04-01 18:40:03] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.47 seconds",
            "[2026-04-01 18:40:03] INFO Determining occurrences for 12 detections for source image 41547",
            "[2026-04-01 18:40:03] INFO Created 18 new classifications, updated 0 existing classifications for 12 detections.",
            "[2026-04-01 18:40:03] INFO Creating detection images in sub-task bdd6a2bb-e7cf-4bfd-bd24-7dcc39612bb6",
            "[2026-04-01 18:40:03] INFO Updated the determination of 0 occurrences, left 3 unchanged",
            "[2026-04-01 18:40:03] INFO Updated the determination of 0 occurrences, left 14 unchanged",
            "[2026-04-01 18:40:03] INFO Created 5 new detections, updated 29 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:03] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:03] INFO Created 1 new detections, updated 18 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:03] INFO Created 4 new classifications, updated 0 existing classifications for 3 detections.",
            "[2026-04-01 18:40:03] INFO Determining occurrences for 4 detections for source image 45753",
            "[2026-04-01 18:40:03] INFO Created 6 new classifications, updated 0 existing classifications for 4 detections.",
            "[2026-04-01 18:40:03] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:03] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:03] INFO  Job 1264 progress: 1246/1285 images processed (96.96498054474708%), 39 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:03] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:03] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1261.5004.1775081408201878318.24",
            "[2026-04-01 18:40:02] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1260.5003.1775081408200087153.25",
            "[2026-04-01 18:40:02] INFO Updated job 1264 progress in stage 'process' to 96.80933852140078%",
            "[2026-04-01 18:40:02] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1259.5002.1775081408197973178.26",
            "[2026-04-01 18:40:02] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 3.50 seconds",
            "[2026-04-01 18:40:02] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 3.23 seconds",
            "[2026-04-01 18:40:02] INFO Updated the determination of 0 occurrences, left 13 unchanged",
            "[2026-04-01 18:40:02] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:40:02] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:40:02] INFO  Job 1264 progress: 1241/1285 images processed (96.57587548638132%), 44 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:40:02] INFO Updated the determination of 0 occurrences, left 8 unchanged",
            "[2026-04-01 18:40:02] INFO Updated job 1264 progress in stage 'process' to 96.57587548638132%",
            "[2026-04-01 18:40:02] INFO Updated the determination of 0 occurrences, left 10 unchanged",
            "[2026-04-01 18:40:02] INFO Updated the determination of 0 occurrences, left 6 unchanged",
            "[2026-04-01 18:40:02] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:40:01] INFO Created 0 new occurrences",
            "[2026-04-01 18:40:01] INFO Determining occurrences for 13 detections for source image 40992",
            "[2026-04-01 18:40:01] INFO Created 0 new classifications, updated 21 existing classifications for 11 detections.",
            "[2026-04-01 18:40:01] INFO Determining occurrences for 6 detections for source image 46186",
            "[2026-04-01 18:40:01] INFO Determining occurrences for 10 detections for source image 40927",
            "[2026-04-01 18:40:01] INFO Created 0 new classifications, updated 17 existing classifications for 10 detections.",
            "[2026-04-01 18:40:01] INFO Created 0 new detections, updated 8 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:01] INFO Created 0 new detections, updated 11 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:01] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:40:01] INFO Created 0 new detections, updated 13 existing detections, for 1 source image(s)",
            "[2026-04-01 18:40:00] INFO Created 0 new detections, updated 10 existing detections, for 1 source image(s)",
            "[2026-04-01 18:39:59] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:39:59] INFO  Job 1264 progress: 1241/1285 images processed (96.57587548638132%), 44 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:39:59] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.5.1118.4989.1775081407895003302.28",
            "[2026-04-01 18:39:58] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.5.1117.4988.1775081407893127457.28",
            "[2026-04-01 18:39:58] INFO Updated job 1264 progress in stage 'process' to 96.57587548638132%",
            "[2026-04-01 18:39:58] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.2.1147.4839.1775081407962458787.82",
            "[2026-04-01 18:39:58] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.34 seconds",
            "[2026-04-01 18:39:58] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 0.61 seconds",
            "[2026-04-01 18:39:58] INFO Updated job 1264 progress in stage 'results' to 96.57587548638132%",
            "[2026-04-01 18:39:58] INFO Creating detection images in sub-task 6ff387a1-692d-49a4-a43d-62686a636e8b",
            "[2026-04-01 18:39:58] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 0.97 seconds",
            "[2026-04-01 18:39:58] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:39:58] INFO Updated the determination of 0 occurrences, left 4 unchanged",
            "[2026-04-01 18:39:58] INFO Creating detection images in sub-task ec1dea33-b533-4c92-8d1d-9fa31958219b",
            "[2026-04-01 18:39:58] INFO Creating detection images in sub-task e82b90ba-b885-4bff-a15e-f24a0c6aa9ca",
            "[2026-04-01 18:39:58] INFO Determining occurrences for 4 detections for source image 46298",
            "[2026-04-01 18:39:58] INFO Created 0 new classifications, updated 6 existing classifications for 4 detections.",
            "[2026-04-01 18:39:58] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:39:58] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:39:58] INFO Created 0 new occurrences",
            "[2026-04-01 18:39:57] INFO  Job 1264 progress: 1241/1285 images processed (96.57587548638132%), 44 remaining, 2 failed, 1 just processed",
            "[2026-04-01 18:39:57] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.5.1114.4985.1775081407886958788.28",
            "[2026-04-01 18:39:57] INFO Created 8 new classifications, updated 11 existing classifications for 11 detections.",
            "[2026-04-01 18:39:57] INFO Updated job 1264 progress in stage 'results' to 96.57587548638132%",
            "[2026-04-01 18:39:57] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.2.1144.4836.1775081407953846947.82",
            "[2026-04-01 18:39:57] INFO Created 0 new detections, updated 9 existing detections, for 1 source image(s)",
            "[2026-04-01 18:39:57] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.50 seconds",
            "[2026-04-01 18:39:57] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.2.1141.4833.1775081407946696740.82",
            "[2026-04-01 18:39:57] INFO Creating detection images in sub-task bc3c4518-53cf-4c49-a479-3fcf6efff4c8",
            "[2026-04-01 18:39:57] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:39:57] INFO Created 0 new detections, updated 11 existing detections, for 1 source image(s)",
            "[2026-04-01 18:39:57] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.52 seconds",
            "[2026-04-01 18:39:57] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:39:57] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.2.1142.4834.1775081407948982046.82",
            "[2026-04-01 18:39:57] INFO  Job 1264 progress: 1241/1285 images processed (96.57587548638132%), 44 remaining, 1 failed, 1 just processed",
            "[2026-04-01 18:39:57] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.5.1073.4792.1775081407803501726.82",
            "[2026-04-01 18:39:56] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.42 seconds",
            "[2026-04-01 18:39:56] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.85 seconds",
            "[2026-04-01 18:39:56] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:39:56] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.75 seconds",
            "[2026-04-01 18:39:56] INFO Creating detection images in sub-task 4abbeaa6-7634-4d25-8db7-26e7133d7378",
            "[2026-04-01 18:39:56] INFO Determining occurrences for 13 detections for source image 41513",
            "[2026-04-01 18:39:56] INFO Created 9 new classifications, updated 13 existing classifications for 13 detections.",
            "[2026-04-01 18:39:56] INFO Created 7 new classifications, updated 14 existing classifications for 14 detections.",
            "[2026-04-01 18:39:56] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:39:56] INFO Created 0 new classifications, updated 26 existing classifications for 16 detections.",
            "[2026-04-01 18:39:56] INFO Created 0 new occurrences",
            "[2026-04-01 18:39:56] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:39:56] INFO Created 0 new detections, updated 13 existing detections, for 1 source image(s)",
            "[2026-04-01 18:39:55] INFO Determining occurrences for 18 detections for source image 41102",
            "[2026-04-01 18:39:55] INFO Created 0 new classifications, updated 31 existing classifications for 18 detections.",
            "[2026-04-01 18:39:55] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.02 seconds",
            "[2026-04-01 18:39:55] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1143.4835.1775081407951274819.82",
            "[2026-04-01 18:39:55] INFO Created 0 new detections, updated 16 existing detections, for 1 source image(s)",
            "[2026-04-01 18:39:55] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1142.4834.1775081407948982046.82",
            "[2026-04-01 18:39:55] INFO Determining occurrences for 8 detections for source image 40917",
            "[2026-04-01 18:39:55] INFO Creating detection images in sub-task a7884707-2277-41f2-9ee9-4c2135af5d0d",
            "[2026-04-01 18:39:55] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.5.1073.4792.1775081407803501726.82",
            "[2026-04-01 18:39:55] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:39:55] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:39:55] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:39:55] INFO  Job 1264 progress: 1241/1285 images processed (96.57587548638132%), 44 remaining, 1 failed, 1 just processed",
            "[2026-04-01 18:39:55] INFO Created 0 new detections, updated 8 existing detections, for 1 source image(s)",
            "[2026-04-01 18:39:54] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:39:54] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:39:54] INFO Created 0 new occurrences",
            "[2026-04-01 18:39:54] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.5.1110.4973.1775081407879139901.36",
            "[2026-04-01 18:39:54] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.5.1112.4975.1775081407882909351.36",
            "[2026-04-01 18:39:54] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:39:54] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 0.81 seconds",
            "[2026-04-01 18:39:54] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:39:54] INFO Creating detection images in sub-task 5b31ee49-1d58-456e-9e1a-fba17f477e6f",
            "[2026-04-01 18:39:54] INFO Created 0 new detections, updated 4 existing detections, for 1 source image(s)",
            "[2026-04-01 18:39:54] INFO Created 0 new classifications, updated 18 existing classifications for 10 detections.",
            "[2026-04-01 18:39:54] INFO Updated the determination of 0 occurrences, left 5 unchanged",
            "[2026-04-01 18:39:54] INFO Created 0 new detections, updated 8 existing detections, for 1 source image(s)",
            "[2026-04-01 18:39:54] INFO  Job 1264 progress: 1241/1285 images processed (96.57587548638132%), 44 remaining, 1 failed, 1 just processed",
            "[2026-04-01 18:39:54] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.5.1068.4787.1775081407794610912.82",
            "[2026-04-01 18:39:53] INFO Created 0 new detections, updated 10 existing detections, for 1 source image(s)",
            "[2026-04-01 18:39:53] INFO Created 0 new occurrences",
            "[2026-04-01 18:39:53] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:39:53] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.76 seconds",
            "[2026-04-01 18:39:53] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.5.1108.4971.1775081407875427975.36",
            "[2026-04-01 18:39:53] INFO  Job 1264 progress: 1241/1285 images processed (96.57587548638132%), 44 remaining, 1 failed, 1 just processed",
            "[2026-04-01 18:39:53] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:39:53] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.5.1112.4975.1775081407882909351.36",
            "[2026-04-01 18:39:53] INFO Creating detection images in sub-task 1255ab18-3a10-4a35-9450-cece3248c447",
            "[2026-04-01 18:39:53] INFO Updated job 1264 progress in stage 'results' to 96.57587548638132%",
            "[2026-04-01 18:39:53] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:39:53] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:39:52] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 2.39 seconds",
            "[2026-04-01 18:39:52] INFO  Job 1264 progress: 1241/1285 images processed (96.57587548638132%), 44 remaining, 1 failed, 1 just processed",
            "[2026-04-01 18:39:52] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.5.1109.4972.1775081407877318206.36",
            "[2026-04-01 18:39:52] INFO Created 0 new classifications, updated 9 existing classifications for 5 detections.",
            "[2026-04-01 18:39:52] INFO Updated the determination of 0 occurrences, left 15 unchanged",
            "[2026-04-01 18:39:52] INFO Created 0 new detections, updated 11 existing detections, for 1 source image(s)",
            "[2026-04-01 18:39:52] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:39:51] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:39:51] INFO Creating detection images in sub-task b0b7a3a0-59bb-4cc3-aa30-453fffea1a59",
            "[2026-04-01 18:39:51] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:39:51] INFO  Job 1264 progress: 1241/1285 images processed (96.57587548638132%), 44 remaining, 1 failed, 1 just processed",
            "[2026-04-01 18:39:51] INFO Created 0 new occurrences",
            "[2026-04-01 18:39:51] INFO Created 0 new classifications, updated 18 existing classifications for 9 detections.",
            "[2026-04-01 18:39:51] INFO Updated job 1264 progress in stage 'results' to 96.57587548638132%",
            "[2026-04-01 18:39:51] INFO Created 0 new classifications, updated 23 existing classifications for 15 detections.",
            "[2026-04-01 18:39:50] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:39:50] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.45 seconds",
            "[2026-04-01 18:39:50] INFO Creating detection images in sub-task ed81848c-e949-4356-a713-039359ce9c1c",
            "[2026-04-01 18:39:50] INFO Created 0 new classifications, updated 23 existing classifications for 15 detections.",
            "[2026-04-01 18:39:50] INFO Created 0 new detections, updated 9 existing detections, for 1 source image(s)",
            "[2026-04-01 18:39:50] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:39:50] INFO  Job 1264 progress: 1241/1285 images processed (96.57587548638132%), 44 remaining, 1 failed, 1 just processed",
            "[2026-04-01 18:39:50] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.5.1106.4969.1775081407870671240.36",
            "[2026-04-01 18:39:50] INFO Updated job 1264 progress in stage 'process' to 96.57587548638132%",
            "[2026-04-01 18:39:50] INFO Updated the determination of 0 occurrences, left 6 unchanged",
            "[2026-04-01 18:39:50] INFO Updated job 1264 progress in stage 'results' to 96.57587548638132%",
            "[2026-04-01 18:39:50] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.3.1133.4993.1775081407928423347.28",
            "[2026-04-01 18:39:50] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:39:50] INFO Created 0 new occurrences",
            "[2026-04-01 18:39:49] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 2.02 seconds",
            "[2026-04-01 18:39:49] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.38 seconds",
            "[2026-04-01 18:39:49] INFO Updated job 1264 progress in stage 'results' to 96.42023346303502%",
            "[2026-04-01 18:39:49] INFO Updated the determination of 0 occurrences, left 8 unchanged",
            "[2026-04-01 18:39:49] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.91 seconds",
            "[2026-04-01 18:39:49] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.25 seconds",
            "[2026-04-01 18:39:49] INFO Creating detection images in sub-task 3a031f44-2301-449f-839b-366ade838808",
            "[2026-04-01 18:39:49] INFO Creating detection images in sub-task da82557d-0572-4a9e-9f46-70226def2c77",
            "[2026-04-01 18:39:49] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:39:49] INFO Created 0 new occurrences",
            "[2026-04-01 18:39:49] INFO Created 0 new classifications, updated 15 existing classifications for 8 detections.",
            "[2026-04-01 18:39:49] INFO Updated 10 detections with occurrences",
            "[2026-04-01 18:39:49] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:39:49] INFO  Job 1264 progress: 1241/1285 images processed (96.57587548638132%), 44 remaining, 1 failed, 1 just processed",
            "[2026-04-01 18:39:49] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:39:48] INFO Created 0 new occurrences",
            "[2026-04-01 18:39:48] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:39:48] INFO Creating detection images in sub-task 6d0c4a5b-7a69-4854-bc64-246735171efd",
            "[2026-04-01 18:39:48] INFO Created 20 new occurrences",
            "[2026-04-01 18:39:48] INFO  Job 1264 progress: 1241/1285 images processed (96.57587548638132%), 44 remaining, 1 failed, 1 just processed",
            "[2026-04-01 18:39:48] INFO Determining occurrences for 20 detections for source image 41664",
            "[2026-04-01 18:39:48] INFO Created 35 new classifications, updated 0 existing classifications for 20 detections.",
            "[2026-04-01 18:39:48] INFO Updated the determination of 16 occurrences, left 0 unchanged",
            "[2026-04-01 18:39:48] INFO Determining occurrences for 2 detections for source image 40811",
            "[2026-04-01 18:39:48] INFO Created 0 new detections, updated 7 existing detections, for 1 source image(s)",
            "[2026-04-01 18:39:48] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:39:48] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1249.4968.1775081408178428474.36",
            "[2026-04-01 18:39:48] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:39:48] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1248.4967.1775081408176369871.37",
            "[2026-04-01 18:39:48] INFO Updated 16 detections with occurrences",
            "[2026-04-01 18:39:48] INFO Creating detection images in sub-task cdc17d8e-1bef-4988-8379-3bcbb2704336",
            "[2026-04-01 18:39:48] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1247.4966.1775081408173729173.38",
            "[2026-04-01 18:39:47] INFO Updated the determination of 18 occurrences, left 0 unchanged",
            "[2026-04-01 18:39:47] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 2.23 seconds",
            "[2026-04-01 18:39:47] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:39:47] INFO  Job 1264 progress: 1237/1285 images processed (96.26459143968872%), 48 remaining, 1 failed, 1 just processed",
            "[2026-04-01 18:39:47] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1245.4964.1775081408169592369.40",
            "[2026-04-01 18:39:47] INFO Created 3 new classifications, updated 0 existing classifications for 2 detections.",
            "[2026-04-01 18:39:47] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:39:47] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 2.97 seconds",
            "[2026-04-01 18:39:47] INFO Created 18 new occurrences",
            "[2026-04-01 18:39:47] INFO Creating detection images in sub-task af098d7e-3199-47e6-a848-810ecb4b510e",
            "[2026-04-01 18:39:47] INFO Determining occurrences for 18 detections for source image 41045",
            "[2026-04-01 18:39:46] INFO Updated the determination of 16 occurrences, left 0 unchanged",
            "[2026-04-01 18:39:46] INFO  Job 1264 progress: 1236/1285 images processed (96.18677042801556%), 49 remaining, 1 failed, 1 just processed",
            "[2026-04-01 18:39:46] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1244.4963.1775081408167410368.41",
            "[2026-04-01 18:39:46] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:39:45] INFO  Job 1264 progress: 1235/1285 images processed (96.10894941634241%), 50 remaining, 1 failed, 1 just processed",
            "[2026-04-01 18:39:45] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1243.4962.1775081408165533620.42",
            "[2026-04-01 18:39:45] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.1.1253.4980.1775081408186976707.32",
            "[2026-04-01 18:39:45] INFO Created 0 new detections, updated 9 existing detections, for 1 source image(s)",
            "[2026-04-01 18:39:45] INFO Created 2 new occurrences",
            "[2026-04-01 18:39:45] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:39:45] INFO Determining occurrences for 12 detections for source image 45876",
            "[2026-04-01 18:39:45] INFO Created 23 new classifications, updated 0 existing classifications for 12 detections.",
            "[2026-04-01 18:39:45] INFO Updated job 1264 progress in stage 'process' to 95.95330739299611%",
            "[2026-04-01 18:39:45] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.78 seconds",
            "[2026-04-01 18:39:45] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.18 seconds",
            "[2026-04-01 18:39:45] INFO Updated 4 detections with occurrences",
            "[2026-04-01 18:39:45] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:39:45] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.46 seconds",
            "[2026-04-01 18:39:45] INFO Updated the determination of 6 occurrences, left 0 unchanged",
            "[2026-04-01 18:39:45] INFO Creating detection images in sub-task fe7c13af-4f9a-414a-9dd6-bdd346c378e8",
            "[2026-04-01 18:39:44] INFO Updated the determination of 4 occurrences, left 0 unchanged",
            "[2026-04-01 18:39:44] INFO Updated the determination of 11 occurrences, left 0 unchanged",
            "[2026-04-01 18:39:44] INFO Updated 6 detections with occurrences",
            "[2026-04-01 18:39:44] INFO Created 6 new occurrences",
            "[2026-04-01 18:39:44] INFO Updated 4 detections with occurrences",
            "[2026-04-01 18:39:44] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1255.4982.1775081408191023698.30",
            "[2026-04-01 18:39:44] INFO Created 0 new occurrences",
            "[2026-04-01 18:39:44] INFO Created 7 new classifications, updated 0 existing classifications for 4 detections.",
            "[2026-04-01 18:39:44] INFO Determining occurrences for 19 detections for source image 41266",
            "[2026-04-01 18:39:44] INFO Created 11 new occurrences",
            "[2026-04-01 18:39:44] INFO Determining occurrences for 11 detections for source image 41410",
            "[2026-04-01 18:39:44] INFO Created 4 new detections, updated 0 existing detections, for 1 source image(s)",
            "[2026-04-01 18:39:44] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:39:44] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:39:44] INFO Updated the determination of 0 occurrences, left 8 unchanged",
            "[2026-04-01 18:39:43] INFO Updated the determination of 3 occurrences, left 11 unchanged",
            "[2026-04-01 18:39:43] INFO Created 11 new detections, updated 0 existing detections, for 1 source image(s)",
            "[2026-04-01 18:39:43] INFO Creating detection images in sub-task c809afe8-8427-4a05-9c31-ec8e8d1f2886",
            "[2026-04-01 18:39:43] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:39:43] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:39:43] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1233.4952.1775081408144690989.52",
            "[2026-04-01 18:39:43] INFO  Job 1264 progress: 1224/1285 images processed (95.25291828793773%), 61 remaining, 1 failed, 1 just processed",
            "[2026-04-01 18:39:43] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1203.4951.1775081408084575362.53",
            "[2026-04-01 18:39:43] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.2.1197.4945.1775081408070780049.53",
            "[2026-04-01 18:39:43] INFO Created 0 new detections, updated 8 existing detections, for 1 source image(s)",
            "[2026-04-01 18:39:43] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:39:43] INFO Created 6 new classifications, updated 0 existing classifications for 3 detections.",
            "[2026-04-01 18:39:43] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.1.1240.4959.1775081408159788428.45",
            "[2026-04-01 18:39:43] INFO Created 0 new classifications, updated 24 existing classifications for 14 detections.",
            "[2026-04-01 18:39:43] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1202.4950.1775081408082797332.53",
            "[2026-04-01 18:39:42] INFO Determining occurrences for 14 detections for source image 41087",
            "[2026-04-01 18:39:42] INFO Created 0 new classifications, updated 24 existing classifications for 14 detections.",
            "[2026-04-01 18:39:42] INFO Created 14 new occurrences",
            "[2026-04-01 18:39:42] INFO Created 0 new classifications, updated 13 existing classifications for 8 detections.",
            "[2026-04-01 18:39:42] INFO Created 0 new detections, updated 14 existing detections, for 1 source image(s)",
            "[2026-04-01 18:39:42] INFO Updated the determination of 2 occurrences, left 10 unchanged",
            "[2026-04-01 18:39:42] INFO Updated job 1264 progress in stage 'results' to 95.01945525291828%",
            "[2026-04-01 18:39:42] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.1.1238.4957.1775081408154959019.47",
            "[2026-04-01 18:39:42] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:39:42] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:39:42] INFO Created 15 new occurrences",
            "[2026-04-01 18:39:42] INFO  Job 1264 progress: 1224/1285 images processed (95.25291828793773%), 61 remaining, 1 failed, 1 just processed",
            "[2026-04-01 18:39:42] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:39:42] INFO Created 0 new occurrences",
            "[2026-04-01 18:39:41] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 4.90 seconds",
            "[2026-04-01 18:39:41] INFO Created 20 new classifications, updated 0 existing classifications for 12 detections.",
            "[2026-04-01 18:39:41] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1241.4960.1775081408161666371.44",
            "[2026-04-01 18:39:41] INFO Created 15 new detections, updated 0 existing detections, for 1 source image(s)",
            "[2026-04-01 18:39:41] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.1.1236.4955.1775081408151140244.49",
            "[2026-04-01 18:39:41] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:39:41] INFO Updated the determination of 10 occurrences, left 0 unchanged",
            "[2026-04-01 18:39:41] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 2.29 seconds",
            "[2026-04-01 18:39:41] INFO Created 0 new detections, updated 12 existing detections, for 1 source image(s)",
            "[2026-04-01 18:39:41] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:39:41] INFO Created 0 new occurrences",
            "[2026-04-01 18:39:41] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:39:41] INFO Updated 10 detections with occurrences",
            "[2026-04-01 18:39:41] INFO Created 10 new occurrences",
            "[2026-04-01 18:39:41] INFO  Job 1264 progress: 1222/1285 images processed (95.09727626459143%), 63 remaining, 1 failed, 1 just processed",
            "[2026-04-01 18:39:41] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1239.4958.1775081408157154928.46",
            "[2026-04-01 18:39:41] INFO Created 7 new occurrences",
            "[2026-04-01 18:39:40] INFO Created 17 new classifications, updated 0 existing classifications for 10 detections.",
            "[2026-04-01 18:39:40] INFO Determining occurrences for 7 detections for source image 46326",
            "[2026-04-01 18:39:40] INFO  Job 1264 progress: 1221/1285 images processed (95.01945525291828%), 64 remaining, 1 failed, 1 just processed",
            "[2026-04-01 18:39:40] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:39:40] INFO Created 0 new occurrences",
            "[2026-04-01 18:39:40] INFO Determining occurrences for 18 detections for source image 41258",
            "[2026-04-01 18:39:40] INFO Created 0 new classifications, updated 30 existing classifications for 18 detections.",
            "[2026-04-01 18:39:40] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1237.4956.1775081408153096852.48",
            "[2026-04-01 18:39:40] INFO Updated 9 detections with occurrences",
            "[2026-04-01 18:39:40] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024",
            "[2026-04-01 18:39:40] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:39:40] INFO  Job 1264 progress: 1219/1285 images processed (94.86381322957197%), 66 remaining, 1 failed, 1 just processed",
            "[2026-04-01 18:39:40] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1236.4955.1775081408151140244.49",
            "[2026-04-01 18:39:40] INFO Updated the determination of 2 occurrences, left 9 unchanged",
            "[2026-04-01 18:39:40] INFO Creating detection images in sub-task 56712ad9-c8ba-471a-91c6-5ebd56344fde",
            "[2026-04-01 18:39:40] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.2.1183.4931.1775081408041031485.53",
            "[2026-04-01 18:39:39] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:39:39] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 2.20 seconds",
            "[2026-04-01 18:39:39] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:39:39] INFO  Job 1264 progress: 1217/1285 images processed (94.70817120622567%), 68 remaining, 1 failed, 1 just processed",
            "[2026-04-01 18:39:39] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.1.1234.4953.1775081408146733577.51",
            "[2026-04-01 18:39:39] INFO Updated the determination of 0 occurrences, left 11 unchanged",
            "[2026-04-01 18:39:39] INFO  Job 1264 progress: 1216/1285 images processed (94.63035019455252%), 69 remaining, 1 failed, 1 just processed",
            "[2026-04-01 18:39:39] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1188.4936.1775081408051623067.53",
            "[2026-04-01 18:39:38] INFO Updated job 1264 progress in stage 'process' to 94.63035019455252%",
            "[2026-04-01 18:39:38] INFO Successfully acknowledged task via NATS: $JS.ACK.job_1264.job-1264-consumer.3.1131.4920.1775081407923915066.53",
            "[2026-04-01 18:39:38] INFO Updated 0 detections with occurrences",
            "[2026-04-01 18:39:38] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 3.80 seconds",
            "[2026-04-01 18:39:38] INFO Successfully saved results for job 1264",
            "[2026-04-01 18:39:38] INFO Saved results from pipeline #14 \"Panama Species Classifier - Apr 2024\" (panama_moths_2024) v1 in 1.76 seconds",
            "[2026-04-01 18:39:38] INFO Processing pipeline result for job 1264, reply_subject: $JS.ACK.job_1264.job-1264-consumer.2.1187.4935.1775081408049687677.53",
            "[2026-04-01 18:39:38] INFO Saving results from pipeline panama_moths_2024",
            "[2026-04-01 18:39:38] INFO  Job 1264 progress: 1216/1285 images processed (94.63035019455252%), 69 remaining, 1 failed, 1 just processed",
            "[2026-04-01 18:39:38] INFO Created 0 new detections, updated 11 existing detections, for 1 source image(s)",
            "[2026-04-01 18:39:38] INFO Algorithms registered for pipeline: \nfasterrcnn_for_ami_moth_traps_2023, moth_nonmoth_classifier, panama_species_classifier_apr_2024"
        ],
        "stderr": [
            "Job #1264 \"PSv2 on staging test\" failed: nats: no servers available for connection"
        ]
    },
    "job_type": {
        "name": "ML pipeline",
        "key": "ml"
    },
    "data_export": null,
    "dispatch_mode": "async_api",
    "result": null,
    "user_permissions": []
}