Skip to content

Add fleet worker lifecycle tracking service example#363

Open
Luke-Roy-IBM wants to merge 5 commits into
mainfrom
fleet-worker-registration
Open

Add fleet worker lifecycle tracking service example#363
Luke-Roy-IBM wants to merge 5 commits into
mainfrom
fleet-worker-registration

Conversation

@Luke-Roy-IBM

@Luke-Roy-IBM Luke-Roy-IBM commented Apr 22, 2026

Copy link
Copy Markdown
Member

This PR introduces a new Go-based HTTP service for monitoring IBM Cloud Code Engine fleet workers, tracking their registration and deregistration events in a persistent CSV .

Features:

POST /register - Records worker startup with timestamp
POST /deregister - Updates worker completion status and timestamp
GET /download - Downloads the csv tracking file

example fot the csv file

curl -O -J https://fleet-workers.28epti5kj8dl.eu-de.codeengine.appdomain.cloud/download

@Luke-Roy-IBM Luke-Roy-IBM marked this pull request as ready for review April 22, 2026 14:43
@reggeenr

Copy link
Copy Markdown
Collaborator

I suggest to move this into the serverless-fleets folder

@reggeenr reggeenr left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see previous comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants