issues
search
Walther
/
clovers-service
Frontend + Backend + Batch for clovers, the raytracing renderer
0
stars
0
forks
source link
feature: preview renders + massive refactor for enabling it
#10
Closed
Walther
closed
1 year ago
Walther
commented
1 year ago
adds a new worker type
preview
preview tasks are pushed to and pulled from a redis queue
preview results are pushed to a redis set
regular render tasks work as before with a redis queue and postgres storage (refactor later to postgres only?)
frontend has primitive preview showing capability with an auto-refreshing react component
lots and lots of refactoring to enable this in the first place
a bunch of bad choices and dead ends before finding the happy path
7 hours of work for what might look like a simple feature!
preview