Skip to content

Hooks #454

@metrue

Description

@metrue

I am thinking to add hooks mechanism to fx,

Hooks

  • BEFORE_BUILD: run right before image building process.
  • AFTER_BUILD: run right after image build
  • BEFORE_START: run right before the service starts
  • AFTER_STARTED: run right after service started

Use Case

  • Dependency management
    • module/package that managed by dependency management tools (npm, Gem, cargo, etc)
    • local source codes (require/import from relative path)
  • Heath Check

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions