dxe / adb

Activist Database Project
11 stars 5 forks source link

Consider not running form processors on timers #169

Open jakehobbs opened 2 years ago

jakehobbs commented 2 years ago

When the form processors were originally implemented, the forms themselves were totally separate PHP forms.

Now that the forms themselves are actually part of the ADB, it may be better to just immediately process the submissions based on the form being submitted instead of looking for new submissions on a timer. This could also improve error handling.