juicebox-technologies / urchin-sdk

Simple Playa API integration for NodeJS
1 stars 0 forks source link

Urchin Queue Update #8

Closed mjzuppe closed 1 year ago

mjzuppe commented 1 year ago

The Queue within Urchin allows a user to enter multiple items and then batch process. Right now we have separate queues for taxonomies, templates, entries. Please make the following small adjustments:

  1. It looks like there is a get taxonomy and create taxonomy queue. Please update to have a create taxonomy and update taxonomy queue. Queues or only for creation/updating. To get, we can directly call without a queue (it's free since we're not mutating data).
  2. Add a queue for assets