This website requires JavaScript.
Explore
Help
Register
Sign in
Docker
/
Maybe
Watch
1
Star
0
Fork
You've already forked Maybe
0
mirror of
https://github.com/maybe-finance/maybe.git
synced
2025-08-07 14:35:23 +02:00
Code
Issues
Releases
Activity
Actions
dd1a7fa8cb
Maybe
/
app
/
jobs
/
user_purge_job.rb
8 lines
106 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add ability to delete Maybe account (#698) * Build out user deactivation and purging workflows * Add i18n translations for user deletion * Add tests for user deletion * Fix lint issue
2024-04-30 16:40:31 +01:00
class
UserPurgeJob
<
ApplicationJob
Adjust queues to prioritize account syncs (#1682)
2025-01-24 13:39:08 -05:00
queue_as
:latency_low
Add ability to delete Maybe account (#698) * Build out user deactivation and purging workflows * Add i18n translations for user deletion * Add tests for user deletion * Fix lint issue
2024-04-30 16:40:31 +01:00
def
perform
(
user
)
user
.
purge
end
end
Copy permalink