Skip to content

TimeTriggers: Invoke any URL instead of root of a function #3011

@soharab-ic

Description

@soharab-ic

Is your feature request related to a problem? Please describe.
Time triggers can invoke a function based on time. Time triggers can't trigger any other URLs except a function's root URL. Suppose, a microservices app is deployed in fission as a function based on container. The container hosts multiple routes and with HTTPTrigger, we can hit those routes. Now, I want to create a time trigger for one of these routes and it is not supported by fission since time triggers will only trigger the function but not any other routes exposed by this container based function.

Describe the solution you'd like

  • Make time triggers generic to invoke any URLs not just fission functions.

Describe alternatives you've considered
None

Additional context
#3009

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions