mrahhal / MR.AspNetCore.Jobs

A background processing library for Asp.Net Core.
MIT License
59 stars 9 forks source link

In-memory adapter? #17

Open unruledboy opened 5 years ago

unruledboy commented 5 years ago

There are cases we simply want the jobs to be in memory only, not being backed by databases.

Can we just hold the jobs in memory?

Thanks.

mrahhal commented 5 years ago

Good idea. There's no in memory adapter right now, but implementing it shouldn't be very hard.

I've been away from this for a long time, so I'll implement in-memory soon if nobody else attempts it.