SpatialDays / catapult-workfinder

Tooling to find work to do for common sensing pipelines.
Other
0 stars 0 forks source link

fix: additional parameters appended do not work #1

Closed ivica3730k closed 2 years ago

ivica3730k commented 2 years ago

Additional parameters called source_metadata and pixel_qa were appended to the order even if they get available products do not return them.

image image

This results in broken order.

Removing or adding those parameters fixes the order process and the Redis list gets filled with pending order IDs. image

Any reason these parameters need to be added in? If yes, could there be a better way of determining they should be in rather than doing string contains?