Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternate filesystem-based persistent work list #83

Draft
wants to merge 3 commits into
base: persistent
Choose a base branch
from

Commits on Jan 31, 2022

  1. Version 2 of persistentwork list

    WIP - TESTS FAIL
    No rewriting of item files on recovery
    Using File.exists?/1 to test for expired items
    Monotonic bottom and next indices
    jfcloutier committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    96aaf8b View commit details
    Browse the repository at this point in the history
  2. Reset state on recovery if no item files

    Whether or not there are zero valid item files
    jfcloutier committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    308b259 View commit details
    Browse the repository at this point in the history
  3. Simplified WorkList API

    info/0 replaces count/1, count_pending/1 and empty?/1
    jfcloutier committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    727bf90 View commit details
    Browse the repository at this point in the history