timgit / pg-boss

Queueing jobs in Postgres from Node.js like a boss
MIT License
2.12k stars 158 forks source link

Wildcard support #505

Open hamanuha opened 1 month ago

hamanuha commented 1 month ago

Hi,

thanks for your great work! Much appreciated.

I just wanted to migrate to v10. But now I noticed that wildcards are not supported anymore. Unfortunately this is not mentioned in the release notes. My job system makes heavy use of wildcards to have multiple schedules for the same job for different users.

What's the reason this has been removed? Any plan on adding it back? Currently this makes it impossible for me to migrate.

timgit commented 1 month ago

I think wildcards will make their way back in to pg-boss in the not too distant future. There were changes in v10 that prevented this, but starting in v11, there will be a way to include them. It won't be in 11.0.0, however.

hamanuha commented 4 weeks ago

Thanks. That's great to hear. I'll stick to v9 in the meantime.