-
-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Description
The logging is kinda misleading and incorrect. I started jira sensor in a single sensor mode, and this is correctly reflected:
2025-03-12 20:34:28,486 INFO [-] Running in single sensor mode, using a single sensor partitioner...
2025-03-12 20:34:28,490 INFO [-] Setting up container to run 1 sensors.
2025-03-12 20:34:28,490 INFO [-] Sensors list - ['jira.JIRASensorForAPIv2'].
2025-03-12 20:34:28,490 INFO [-] (PID:1) SensorContainer started.
2025-03-12 20:34:28,492 INFO [-] Running sensor jira.JIRASensorForAPIv2
2025-03-12 20:34:28,550 INFO [-] Connected to amqp://admin:**@stackstorm-ha-1704186131-rabbitmq:5672//
2025-03-12 20:34:28,669 INFO [-] Sensor jira.JIRASensorForAPIv2 started
2025-03-12 20:34:30,153 INFO [-] Found config for sensor "JIRASensorForAPIv2"
2025-03-12 20:34:30,155 INFO [-] Watcher started
2025-03-12 20:34:30,155 INFO [-] Running sensor initialization code
but in the next poll it states:
2025-03-12 20:34:48,686 INFO [-] sensor jira.JIRASensorForAPIv2 is not assigned to this partition. Ignoring update.
Although the sensor runs correctly, the above log line is incorrect.
My config:
st2:
packs:
sensors:
- name: jira-pack-sensor
ref: jira.JIRASensorForAPIv2
Metadata
Metadata
Assignees
Labels
No labels