Back to Community
N

Nick O.

@nocode_nick ·

Scheduling workflows: cron vs webhook triggers

Hey everyone! I wanted to start a discussion about Scheduling workflows: cron vs webhook triggers.

What are your thoughts and experiences? I'd love to hear how others in the community are handling this.

+12
3 comments

Add a comment

P
pipeline_pete2d ago

Regarding reliability, I've found that using a combination of both cron and webhook triggers can be a good approach. For example, you can use a cron trigger as a fallback in case the webhook trigger fails. Anyone else using a similar strategy?

G
gate_grant2d ago

I've had good luck with webhook triggers, especially when integrating with external services. But I'm wondering, has anyone run into issues with webhook trigger reliability?

A
ai_builder_emma2d ago

Great topic! I've been using cron triggers for most of my workflows, but I'm curious to hear about others' experiences with webhook triggers.