Docs | Support

proteanhq/protean

work/1382-occ-trace-validation
1 month, 1 week ago
@subhashb Address Copilot suppressed comments: TLC classifier + test markers - trace_run() in check.sh matche
No dependencies with known security vulnerabilities.
work/1393-cache-key-pattern-glob
1 month, 1 week ago
@subhashb Harden the memory cache against a key vanishing mid-operation get_all can read a key that expired b
No dependencies with known security vulnerabilities.
work/1382-occ-trace-validation
1 month, 1 week ago
@subhashb Address Copilot review: lock re-read, delete-skip, thread-join assert - occ_trace.record() re-reads
No dependencies with known security vulnerabilities.
work/1393-cache-key-pattern-glob
1 month, 1 week ago
@subhashb Make the memory cache key_pattern a glob, matching Redis get_all, count, and remove_by_key_pattern
No dependencies with known security vulnerabilities.
work/1382-occ-trace-validation
1 month, 1 week ago
@subhashb Add OCC trace validation: check the real code against OCC.tla The specs/ TLA+ models verify the des
No dependencies with known security vulnerabilities.
main
1 month, 1 week ago
@subhashb Isolate sibling handler classes under synchronous dispatch (#1416) Under event_processing = "sync",
No dependencies with known security vulnerabilities.
main
1 month, 1 week ago
@subhashb Unify cache get_ttl: float | None, with math.inf for a never-expiring key (#1415) * Unify get_ttl t
No dependencies with known security vulnerabilities.
feat/1392-cache-get-ttl-return-float-none-with-mat
1 month, 1 week ago
@subhashb Remove the now-unused TTLDict.get_ttl MemoryCache.get_ttl reads through get_ttl_or_none now, leavin
No dependencies with known security vulnerabilities.
feat/1392-cache-get-ttl-return-float-none-with-mat
1 month, 1 week ago
@subhashb Return math.inf for a never-expiring TTLDict entry instead of asserting TTLDict built with default_
No dependencies with known security vulnerabilities.
feat/1392-cache-get-ttl-return-float-none-with-mat
1 month, 1 week ago
@subhashb Import math in the get_ttl doc examples so they run if copied Both snippets compare a get_ttl resul
No dependencies with known security vulnerabilities.
work/1411-sync-dispatch-sibling-isolation
1 month, 1 week ago
@subhashb Isolate sibling handler classes under synchronous dispatch Under event_processing = "sync", drain_s
No dependencies with known security vulnerabilities.
feat/1392-cache-get-ttl-return-float-none-with-mat
1 month, 1 week ago
@subhashb Drop the unused now parameter from get_ttl_or_none get_ttl_or_none is only called by MemoryCache.ge
No dependencies with known security vulnerabilities.
feat/1392-cache-get-ttl-return-float-none-with-mat
1 month, 1 week ago
@subhashb Make memory get_ttl atomic and fail loud on an unexpected Redis PTTL Two fixes on the get_ttl unifi
No dependencies with known security vulnerabilities.
feat/1392-cache-get-ttl-return-float-none-with-mat
1 month, 1 week ago
@subhashb Make memory get_ttl atomic and fail loud on an unexpected Redis PTTL Two fixes on the get_ttl unifi
No dependencies with known security vulnerabilities.
main
1 month, 1 week ago
@subhashb Add the no-transaction guarantee and a persist-then-call-out check (#1414) Two pieces of the handle
No dependencies with known security vulnerabilities.