Setting Categories from Variables

Variables are great!
But sadly kind of slow due to the fact that in order to get the variable value, the Blippa database needs to “look inside” each object.
In contrast, the Categories are lightning fast since this value is “outside” each object.

To be able to have the best of both worlds, you can now use Workers (See Labelsadmin-Settings-Workers) to set categories according to values in variables.

As an example, this Worker will add a category to any object if the variable value is grater than zero:

In order to conserve CPU time, this is only made once a day.
(The worker will ignore all objects that already has the category and only go through the ones that are missing the category)