Possibly better error handling.
Consider this example:
import { Readable } from 'node:stream';
import strom from 'stromjs';
const stream = Readable.from([1]).pipe(
strom.map(async item => {
throw new Error('Foo');
})
);
strom
.last(stream)
.then(() => console.log('Should not have resolved promise'))
.catch(() => console.log('Promise correctly rejected'));
Thoughts?
Drop noise from this job.
Generic runner for all jobs.
Better error reporting.
Slow down when hitting the limit.
Dial down the notifications.
Fix scammer deleting all their tweets.
Notify errors.
Notify after posting.
Clean.
Search more scammers.
Find more scammers.
Fix pagination error when searching users.
Not pushing anymore.
Improve finding scammers.
Optimize timeline updates.
Only check active scammers.
Add database.
Alerts in db.
Works for me after installing latest master, e.g.brew install act --HEAD
.