ooo i should put more than just DB in feeds huh
parent
ec1f0e007a
commit
ce02422b1d
|
|
@ -51,5 +51,7 @@ func one(ctx context.Context, feed feeds.Feed) error {
|
||||||
|
|
||||||
return fmt.Errorf("should GET %s", feed.Version.URL)
|
return fmt.Errorf("should GET %s", feed.Version.URL)
|
||||||
|
|
||||||
|
return fmt.Errorf("should parse %s", feed.Version.URL)
|
||||||
|
|
||||||
return feeds.Executed(ctx, feed.Entry.ID, feed.Version.Created)
|
return feeds.Executed(ctx, feed.Entry.ID, feed.Version.Created)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue