Salve è da un po che il mio flusso che prende il feed rss, poi lo deve pubblicare su blog, perde dei articoli del feed, e mi segna poi errore, che non è riuscito.
Il problema non è del flusso o configurazione, senno lo farebbe sempre.
Sembra invece che li preleva tutti insieme e nonsa pubblicarli sul blog in modo piu distaccato, e quindi va a incasinare il flusso. che soluzione si puo adottare? grazie
Qui porto errore che danno anche se noncredo serva molto:
Unable to parse 403 reason. Details: EXPECTED403:{
"code": 403,
"message": "We're sorry, but one or more limits for the requested action have been exceeded.",
"errors": [
{
"message": "We're sorry, but one or more limits for the requested action have been exceeded.",
"domain": "usageLimits",
"reason": "rateLimitExceeded"
Grazie, per ora oggi è andato bene, non ha avuto inceppi 2 art stamattina due alternati durante giornata, Nel caso proverò il suo sistema, anche se mi sa dipende dal fatto che il trihher cerca tutti i feed contemporaneamente, quindi li porta al trigger per postarli sul blog. Bisognerebbe che l'analisi del feed e il prelievo dei art fosse azione singola fino al completo post, dopo che ricerca un altro nuovo e lo posta.
Hi @cris33__,
I see you are using the When a feed item is published trigger action. This might be the cause of a lot of posts at once. If you use a fixed delay it in this setup, it will be delayed for all if them and won't solve the original issue, too much posts at once.
I don't know if this will meet your requirements, but a workaround could be to run the flow on a schedule (let's say 1 hour) and then see which RSS feed items have been published in the last hour. In that case you can loop through all the new items and add the delay.
Below is an example of that approach.
The since field is using an expression to get the current time minus 1 hour (aka one hour ago).
addHours(utcNow(), -1)
queste invece sono impostazioni nel flusso sotto impostazioni, ma se le configuro, mi da errore non le fa salvare, dice che vanno attivate le conessioni
cosi puo andare lo screenshot?
Hi @cris33__,
Can you share a screenshot of the current setup of your flow? This may help me in giving you a better suggestion were you can use the delay 😃
ho notato che nel flusso blog ci sono impostazione anche timeout e ritardi, ma non so come configurarli, e se servono
Scusami ho provato, sono arrivati due art, ma quando li ha presi li ha messi in attesa entrambi e poi li ha pubblicati insieme, e adesso il flusso si è ancora bloccato. Quindi dovrebbe si ritardare ma poi pubblicarne uno alla volta in modo disstaccato. è possibile? grazie
Hi @cris33__,
I don't know if 30 seconds if sufficient in your case. I guess that would be a bit of trial an error in your setup. Try running with 30 seconds delay for now and see if you can still reproduce the 403 forbidden error.
Grazie sono riuscito, ora vedo che succede quando arrivano gli articoli, ho messo 30 secondi, è troppo? grazie
Hi @cris33__,
Below is an example of how you could use a Delay action.
In this setup I am creating a draft post in Wordpress based an an item in an RSS feed. Before creating this item I have added a delay action. This action will wait for an amount of time you specify before actually continuing with the action below it, in this example the create post action.
I have used 2 minutes as an example, which may be a bit to much waiting in a real scenario, but it is just an example 😄
WarrenBelz
146,635
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional