Skip to content

Conversation

@Clivern
Copy link

@Clivern Clivern commented Aug 8, 2025

I get the following error from current command. The throttled column is not properly implemented & buggy.

$ pd-queue status

Traceback (most recent call last):
  File "/usr/bin/pd-queue.py", line 150, in <module>
    main()
  File "/usr/bin/pd-queue.py", line 137, in main
    args.func(load_agent_config(), parser, args)
  File "/usr/bin/pd-queue.py", line 118, in _status
    print(fmt % ("Service Key", "Pending", "Success", "In Error"))
          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TypeError: not enough arguments for format string

after the fix

$ pd-queue status

Service Key                           Pending   Success  In Error
=================================================================
c6ea32972b84495d81b4536c17a25ac7            0         3         0

@Clivern Clivern changed the title fix pd-queue status command Fix pd-queue status command Aug 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant