There was recently a bigger update that caused some of the toddlers to misbehave. I was able to fix the pdc_modules toddler, but the packager_bugzilla_sync toddler is still failing, but at least it's now blocking only one node.
pdc_modules
packager_bugzilla_sync
Here is the error:
[ERROR toddlers.runner] Toddler 'packager_bugzilla_sync' failed to process message id: 17273ff9-ba32-4aa2-8c63-d1fac604daca -- putting it back in the queue Traceback (most recent call last): File "/code/toddlers/runner.py", line 96, in __call__ toddler.process(self.toddler_config[toddler.name], message) File "/code/toddlers/plugins/packager_bugzilla_sync.py", line 115, in process for user_email in sorted(fas_only): ^^^^^^^^^^^^^^^^ TypeError: '<' not supported between instances of 'NoneType' and 'str'
for user_email in sorted(fas_only): ^^^^^^^^^^^^^^^^ TypeError: '<' not supported between instances of 'NoneType' and 'str'
Looks like there is a None somewhere in fas_only. Should be simple enough to filter out
None
fas_only
Yeah, I plan to fix that today.
Metadata Update from @zlopez: - Issue status updated to: Closed (was: Open)