Eugene R.
Eugene R.
@joint-song, a configuration property may be introduced in the upcoming release to address this requirement.
@joint-song, PR #129 introduces a dedicated channel for managing misfired jobs. Providing a channel instead of a configuration flag gives the user more flexibility and control. Let me know if...
@freewu32, could you give more details about your particular use case?
Normalization of the description method format has been done in #89, which can be used for Trigger serialization.
@yi427, there is an [issue](https://github.com/google/generative-ai-go/issues/97) already opened in the Go SDK.
The server-side issue that was causing the error has been resolved, so the application binary you have should now work as expected.
@uinguzero, ensure that the variable name `GEMINI_API_KEY` is spelled correctly when assigning the key.
@miJasonK, this is only relevant for custom `JobQueue` implementations, as no errors can occur using the standard in-memory queue. And it's a broader question - what happens if the job...
@RobertEyler, you can use a database to store scheduled jobs by implementing the `JobQueue` interface. There is an example of the implementation which uses the file system as the persistence...
Hi @Agrawalmahin, we see interest in being able to provide a dynamic namespace for beans. We will look into supporting this in future releases.