Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

ADD NEW FEEDBACK

Atlas Triggers and Functions

Showing 61

One-time scheduled triggers

At the moment, MongoDb offers the ability to schedule triggers periodically using Cron Jobs. It would be really handy if a user could schedule a trigger to run only once and execute a function as my use-case requires.
Guest about 4 years ago in Atlas Triggers and Functions 1 Submitted

Containerized Functions + Logging + Dependencies Improvements

I believe most of the below asks would be resolved if you allowed containerized functions to be uploaded and we can have the correct execution environment. Allow larger function sizes Allow more larger dependency sizes Allow 256kb size per log en...
Guest about 4 years ago in Atlas Triggers and Functions 0 Submitted

More Mongo DB actions parity with the Node driver

The actions available via https://docs.mongodb.com/realm/mongodb/actions/ do not match the API exposed by the Node driver. For example, the https://mongodb.github.io/node-mongodb-native/4.0/classes/collection.html#createindex function would be ex...
Guest about 4 years ago in Atlas Triggers and Functions 0 Submitted

External Dependencies Should Be Per Function

10mb compressed size constraint is very limited. Plus, dependencies are not siloed per function. Either uncap the dependencies constraint or allow dependencies to be uploaded per function, still with a higher compressed size constraint (preferably...
Guest over 4 years ago in Atlas Triggers and Functions 0 Submitted

Sign in with Apple Server to Server Endpoint

It would be great if there would be an easier way to set up Apple's server to server notifications to deal with authorisation changes, user deletes etc. That would allow a user to sign out or delete their user through any device without having to ...
Guest over 4 years ago in Atlas Triggers and Functions 0 Submitted

Support mongoose

Add mongoose to Functions and a place to store mongoose Schemas, Also, Realm UI Schema and authorization documentations are not very complete or clear
Guest over 4 years ago in Atlas Triggers and Functions 0 Submitted

more aws eventbridge options

- Push multiple triggers to 1 Eventbridge eventbus - Use the eventbridge SDK from the AWS service (now its not available and i have to use a custom aws sdk import, increasing the trigger time x 10 vs the normal eventbridge connector).
Guest almost 5 years ago in Atlas Triggers and Functions 0 Submitted

Allow upload of large files through Realm Functions

Right now we have a 30s input timeout on Realm Functions. We can't upload large files. Users in my case uploads large images of 20Mbs, and videos ~50Mb. Would be great to see this change, right now we are unable to use Realm for that. Also, A...
Guest almost 5 years ago in Atlas Triggers and Functions 0 Submitted

Logout trigger

There's a trigger for login, but there isn't one for logout (as far as I can tell). I would like a trigger on logout as well to perform cleanup of any of the side effects from the login trigger. This request is really a result of a separate reque...
Guest almost 5 years ago in Atlas Triggers and Functions 0 Submitted

Access to %%args in Filters

Allow the access to %%args in filters. This would make it possible to make the apply_when of filters more dynamic by accessing the incoming queries. As of now, filters are completely static due not having access to any incoming information.
Guest over 5 years ago in Atlas Triggers and Functions 0 Submitted