Allow pillarsdk to retry calls to Pillar #48895
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If Pillar goes down (for example during an upgrade), any active calls from Pillar-Web fail, and are not retried. We could use the built-in ability of Requests to retry calls (as we use in our communication with Blender ID).
This will probably also be useful for the Blender Cloud addon. Care should be taken that it plays nicely with the client-side caching that addon performs, as the addon also uses its own Requests session objects.
Changed status to: 'Open'
Added subscriber: @dr.sybren
Changed status from 'Open' to: 'Resolved'