PowerLoom / snapshotter-core

Apache License 2.0
0 stars 0 forks source link

Process hub cleanup and build updates #19

Closed anomit closed 1 week ago

anomit commented 1 week ago

Fixes #

Checklist

Current behaviour

The process hub core used to control the spawning and restarting of worker processes -- for eg those responsible for snapshot and aggregate computes.

This was removed in the last merge to main. But there were a few helpers and features that were not cleaned up.

Also, the local collector runs as its own binary now instead of being run as a pm2 managed process and docker-compose.yaml needs to be udpated for the same.

New expected behaviour

As described above.

Change logs

Changed

Removed

Deployment Instructions