sphenlee
sphenlee
If a worker tries to execute a task and the task_def is not returned from the server (ie. 404 or some other error) the worker terminates. The work loop ends...
If an API call in the UI fails (eg. the authentication proxy returns 403) no feedback is given to the user. For forbidden errors: * A warning like "You have...
Waterwheel should use encryption-at-rest of the values stored in the Stash. While it would be normal to encrypt the database's physical storage (at least it's normal in cloud providers like...
A talk explaining what variance is and how it applies to Rust, and why you would use *const vs *mut