You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many aptly actions (like publishing or updating mirrors) which create temporary stuff while they're running. aptly should clean up after itself if it gets aborted.
Good thing would be to use context package to include context which gets canceled when aptly process is interrupted (same in API for client walkaways).
The text was updated successfully, but these errors were encountered:
There are many aptly actions (like publishing or updating mirrors) which create temporary stuff while they're running. aptly should clean up after itself if it gets aborted.
Splitting it from #543
Possible Implementation
Good thing would be to use
context
package to include context which gets canceled when aptly process is interrupted (same in API for client walkaways).The text was updated successfully, but these errors were encountered: