Skip to content

Feature: pre/post hook fpr sink job #55

@nicolas-r

Description

@nicolas-r

Hello

in #5, you have implemented pre/post for push & pull jobs.

Do you think this it is possible/feasible to add the same thing for sink jobs ?

This is the workflow I would like to have

  • serverA runs a push job (snapshot & send)
  • serverB runs a sink job
    • Before receiving the data, it runs the pre hook
    • After receiving data, it runs the post hook script

I think I can do that with a pull job but it means that I have to first run a snapshot job on serverA, wait some time and run a pull job on serverB

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions