-
Notifications
You must be signed in to change notification settings - Fork 789
Closed
Description
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